ADVERTISEMENT

Emma Mary Tiglao of Pampanga crowned Miss Grand International Philippines 2025

Published Aug 25, 2025 08:08 am
Newly-crowned queens after the Miss Grand International Philippines 2025 pageant
Newly-crowned queens after the Miss Grand International Philippines 2025 pageant

Newscaster and seasoned beauty queen Emma Mary Tiglao of Pampanga was crowned Miss Grand International Philippines 2025 at the finals night at the SM Mall of Asia Arena in Pasay City on Sunday, Aug. 24.

The 30-year-old stunner bested 28 other aspirants for the title and will represent the Philippines in the 13th Miss Grand International pageant set for October in Bangkok, Thailand. 

Outgoing queen Christine Juliane “CJ” Opiaza, the first Filipina to receive the Miss Grand International crown, passed on her title to Tiglao in a moving turnover witnessed by pageant fans. With her extensive experience, Emma is now being looked at as a strong contender who could secure a back-to-back win for the Philippines.

In her post-coronation interview, Tiglao shared her confidence and determination. “Ngayon, masasabi ko with all the experiences, wisdom, ang tagal na natin sa pageantry, sana naman kakayanin natin itong back to back para naman another history for the Philippines. Sabi ko nga, if someone asks me, are you ready? I'm born ready!” (Now, with all the experiences and wisdom I’ve gained, after being in pageantry for so long, I hope we can achieve this back-to-back to make another history for the Philippines. If someone asks me, am I ready? I’m born ready.)

Emma is no stranger to the pageant stage. Her career began in Mutya ng Pilipinas 2012, where she finished first runner-up. She later joined Miss World Philippines 2015, placing Fourth Princess, before winning the Binibining Pilipinas Intercontinental 2019 title. That same year, she represented the country at the Miss Intercontinental competition in Egypt, where she landed in the Top 20 semifinals.

Newly-crowned Miss Grand International 2025 Emma Mary Tiglao with Miss Grand International 2025 Christine Juliane Opiaza. (Facebook)
Newly-crowned Miss Grand International 2025 Emma Mary Tiglao with Miss Grand International 2025 Christine Juliane Opiaza. (Facebook)

Emma also proved her stage dominance at Sunday’s finals by sweeping the major special awards: Best in Evening Gown, Best in Swimsuit, and Miss Photogenic.

She sealed her win with her eloquent answer during the Question & Answer portion, where she was asked: “If peace could be packaged like a product, how would you convince world leaders to buy it?” 

Tiglao responded: “I would convince world leaders to see it as a quality, not as a quantity. What I mean is that quality of us having constant dialogue with eachother. It's not about the quantity or the time we need to prepare or we need to talk with each other, but it's the constant dialogue. Because if we will do that, we will eradicate disparities between the opportunities that we can get. And also, we cannotgrow the division between people in terms of politics, in terms of power, and in terms of properties. So I hope that they will look at it in quality instead of quantity of time. Thank you."

Miss Grand International Philippines 2025 Emma Mary Tiglao (second from right) and her court with Arnold Vegafria, president of ALV Pageant Circle.
Miss Grand International Philippines 2025 Emma Mary Tiglao (second from right) and her court with Arnold Vegafria, president of ALV Pageant Circle.

The Miss Grand Philippines 2025 coronation, organized by Arnold Vegafria's ALV Pageant Circle, also saw the crowning of four additional queens, who will represent the country in international pageants:

Beatriz Abalajon McLelland of Aklan was named Reina Hispanoamericana Filipinas 2025, succeeding reigning queen Dia Mate. She now carries the challenge of securing a back-to-back victory for the Philippines at the Bolivia-based competition.

Nikki Buenafe of Quezon City won the Face of Beauty International Philippines 2025 crown from Jeanne Isabelle Bilasano, the reigning Face of Beauty International. Like McLelland, she also holds the task of delivering a second straight win for the country.

Anita Rose Gomez of Zambales was crowned Miss Asia Pacific International Philippines 2025 by reigning Miss Asia Pacific International Janelis Leyba of the United States. Meanwhile, Michelle Arceo of Taguig City was named Miss Tourism World Philippines 2025.


Completing the roster of winners were the runners-up: Margarette Briton, of Bicol Region, as first runner-up, and Beatriz Angela Ocampo of Rizal as second runner-up.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.