#E9A0F0
A light, vivid magenta closely aligning with Plum.
About #E9A0F0
Visually, #E9A0F0 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 160, and 240.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 33% M, 0% Y, and 6% K. With a hue angle of 294.8 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9A0F0
RGB233, 160, 240
HSL294.8°, 72.7%, 78.4%
CMYK3%, 33%, 0%, 6%
HSV294.8°, 33.3%, 94.1%
LAB75.3, 39.9, -29.3
XYZ61.9, 48.8, 88.6
Decimal15311088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.75:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A0F0;
}
.text-color {
color: #E9A0F0;
}
.border-color {
border: 2px solid #E9A0F0;
}