#E9A0E2
A light, moderate magenta closely aligning with Plum.
About #E9A0E2
The hex code #E9A0E2 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(233, 160, 226).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 31% Magenta, 3% Yellow, and 9% Black. With a hue angle of 305.8 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9A0E2
RGB233, 160, 226
HSL305.8°, 62.4%, 77.1%
CMYK0%, 31%, 3%, 9%
HSV305.8°, 31.3%, 91.4%
LAB74.8, 37.3, -22.4
XYZ59.9, 48.0, 78.1
Decimal15311074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.59:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
9.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A0E2;
}
.text-color {
color: #E9A0E2;
}
.border-color {
border: 2px solid #E9A0E2;
}