#E23ACC
A medium, vivid magenta closely aligning with Mediumorchid.
About #E23ACC
At its core, #E23ACC is a medium and vivid hue. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(226, 58, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 74% magenta, 10% yellow, and 11% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E23ACC
RGB226, 58, 204
HSL307.9°, 74.3%, 55.7%
CMYK0%, 74%, 10%, 11%
HSV307.9°, 74.3%, 88.6%
LAB55.6, 77.3, -39.9
XYZ43.8, 23.6, 59.4
Decimal14826188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E23ACC;
}
.text-color {
color: #E23ACC;
}
.border-color {
border: 2px solid #E23ACC;
}