#E92CA0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E92CA0
Visually, #E92CA0 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 233 red, 44 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 81% magenta, 31% yellow, and 9% black. With a hue angle of 323.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#E92CA0
RGB233, 44, 160
HSL323.2°, 81.1%, 54.3%
CMYK0%, 81%, 31%, 9%
HSV323.2°, 81.1%, 91.4%
LAB53.7, 77.0, -17.3
XYZ40.9, 21.7, 35.3
Decimal15281312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E92CA0;
}
.text-color {
color: #E92CA0;
}
.border-color {
border: 2px solid #E92CA0;
}