#E900CC
A medium, vivid magenta closely aligning with Fuchsia.
About #E900CC
Visually, #E900CC is defined as a vivid magenta. Its closest recognized web color is Fuchsia. Its digital footprint relies on 233 parts red, 0 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 12% Yellow, and 9% Black. The HSL representation is 307.5° hue, 100.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E900CC
RGB233, 0, 204
HSL307.5°, 100.0%, 45.7%
CMYK0%, 100%, 12%, 9%
HSV307.5°, 100.0%, 91.4%
LAB53.7, 87.9, -42.9
XYZ44.5, 21.7, 59.0
Decimal15270092
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E900CC;
}
.text-color {
color: #E900CC;
}
.border-color {
border: 2px solid #E900CC;
}