#E24992
A medium, vivid magenta closely aligning with Hotpink.
About #E24992
At its core, #E24992 is a medium and vivid hue. It is closely associated with the named CSS color Hotpink. This translates to an RGB value of rgb(226, 73, 146).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 68% magenta, 35% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E24992
RGB226, 73, 146
HSL331.4°, 72.5%, 58.6%
CMYK0%, 68%, 35%, 11%
HSV331.4°, 67.7%, 88.6%
LAB55.1, 65.0, -7.0
XYZ38.9, 23.0, 29.6
Decimal14829970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E24992;
}
.text-color {
color: #E24992;
}
.border-color {
border: 2px solid #E24992;
}