#E92C83
A medium, vivid magenta closely aligning with Deeppink.
About #E92C83
At its core, #E92C83 is a medium and vivid hue. Designers often compare it to the standard color Deeppink. Its digital footprint relies on 233 parts red, 44 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 81% Magenta, 44% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E92C83
RGB233, 44, 131
HSL332.4°, 81.1%, 54.3%
CMYK0%, 81%, 44%, 9%
HSV332.4°, 81.1%, 91.4%
LAB52.7, 74.2, -1.4
XYZ38.6, 20.8, 23.4
Decimal15281283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E92C83;
}
.text-color {
color: #E92C83;
}
.border-color {
border: 2px solid #E92C83;
}