EM to Percent Converter
Convert EM values to CSS percent. For font-size, EM and percent are equivalent: 1em = 100%, 1.5em = 150%, 0.75em = 75%.
Last updated: May 21, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is EM to Percent Converter?
For the `font-size` property, CSS `em` and `%` are interchangeable — both are relative to the parent element's font size. 1em = 100%, 0.5em = 50%, 2em = 200%.
The conversion is a simple multiplication: **% = em × 100**. For other CSS properties like padding or margin, em and % behave differently (em scales with the element's font size, while % scales with the parent's dimension), but this tool handles the direct numerical conversion.
How to Use EM to Percent Converter
Enter one or more EM values (comma or newline separated)
Copy the percent output or use the reference table
The formula is always: % = em × 100
Common Use Cases
- Developers switching font-size declarations between em and percent.
- Front-end engineers checking the percent equivalent of an em type scale.
- Students learning that em and percent are numerically equivalent for font-size.
- Teams auditing stylesheets to standardise on one relative unit.
Example Input and Output
Convert common EM font sizes to their percentage equivalents.
0.75
1
1.25
1.50.75em → 75%
1em → 100%
1.25em → 125%
1.5em → 150%Privacy
All conversions run in your browser. No data is sent to any server.

