#E292E9
A light, moderate magenta closely aligning with Violet.
About #E292E9
Visually, #E292E9 is defined as a moderate magenta. It is closely associated with the named CSS color Violet. This translates to an RGB value of rgb(226, 146, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 3% Cyan, 37% Magenta, 0% Yellow, and 9% Black. With a hue angle of 295.2 degrees, it sits comfortably in the magenta spectrum.
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#E292E9
RGB226, 146, 233
HSL295.2°, 66.4%, 74.3%
CMYK3%, 37%, 0%, 9%
HSV295.2°, 37.3%, 91.4%
LAB71.3, 43.8, -31.7
XYZ56.4, 42.6, 82.3
Decimal14848745
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.52:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E292E9;
}
.text-color {
color: #E292E9;
}
.border-color {
border: 2px solid #E292E9;
}