#E92CA8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E92CA8
When working with digital screens, the color #E92CA8 is rendered by mixing light. Its closest recognized web color is Mediumvioletred. Its digital footprint relies on 233 parts red, 44 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 81% Magenta, 28% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E92CA8
RGB233, 44, 168
HSL320.6°, 81.1%, 54.3%
CMYK0%, 81%, 28%, 9%
HSV320.6°, 81.1%, 91.4%
LAB54.0, 77.9, -21.5
XYZ41.6, 22.0, 39.1
Decimal15281320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.39:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E92CA8;
}
.text-color {
color: #E92CA8;
}
.border-color {
border: 2px solid #E92CA8;
}