#E9578A
A light, vivid magenta closely aligning with Hotpink.
About #E9578A
The hex code #E9578A represents a beautifully specific shade of magenta. Its closest recognized web color is Hotpink. Its digital footprint relies on 233 parts red, 87 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 63% Magenta, 41% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9578A
RGB233, 87, 138
HSL339.0°, 76.8%, 62.7%
CMYK0%, 63%, 41%, 9%
HSV339.0°, 62.7%, 91.4%
LAB58.0, 60.6, 2.2
XYZ41.6, 26.0, 26.9
Decimal15292298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.20:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E9578A;
}
.text-color {
color: #E9578A;
}
.border-color {
border: 2px solid #E9578A;
}