#E92CCC
A medium, vivid magenta closely aligning with Mediumorchid.
About #E92CCC
At its core, #E92CCC is a medium and vivid hue. Designers often compare it to the standard color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 44, and 204.
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, 12% 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. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E92CCC
RGB233, 44, 204
HSL309.2°, 81.1%, 54.3%
CMYK0%, 81%, 12%, 9%
HSV309.2°, 81.1%, 91.4%
LAB55.6, 82.4, -39.9
XYZ45.4, 23.5, 59.3
Decimal15281356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.70:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E92CCC;
}
.text-color {
color: #E92CCC;
}
.border-color {
border: 2px solid #E92CCC;
}