Convert px to em
The em unit is relative to the font size of the parent element, which makes it useful for component-scoped sizing that scales with its context. Because ems inherit and compound through nested elements, the parent’s font size — not the root — is the divisor.
To convert, divide the pixel value by the parent font size: with a 16px parent, 24px ÷ 16 = 1.5em. Enter your numbers above and the result updates instantly, all in your browser.