#E900D3
A medium, vivid magenta closely aligning with Fuchsia.
About #E900D3
The precise color #E900D3 is an excellent choice for modern design projects. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 233 red, 0 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 100% magenta, 9% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E900D3
RGB233, 0, 211
HSL305.7°, 100.0%, 45.7%
CMYK0%, 100%, 9%, 9%
HSV305.7°, 100.0%, 91.4%
LAB54.1, 88.8, -46.3
XYZ45.4, 22.0, 63.5
Decimal15270099
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.41:1
Text on #000000
AA
3.71:1
Text on #F8FAFC
AA Large
4.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E900D3;
}
.text-color {
color: #E900D3;
}
.border-color {
border: 2px solid #E900D3;
}