#E916D3
A medium, vivid magenta closely aligning with Fuchsia.
About #E916D3
At its core, #E916D3 is a medium and vivid hue. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(233, 22, 211).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 91% magenta, 9% yellow, and 9% black. With a hue angle of 306.3 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E916D3
RGB233, 22, 211
HSL306.3°, 82.7%, 50.0%
CMYK0%, 91%, 9%, 9%
HSV306.3°, 90.6%, 91.4%
LAB54.7, 87.0, -45.3
XYZ45.6, 22.6, 63.6
Decimal15275731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.64:1
Text on #F8FAFC
AA Large
4.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E916D3;
}
.text-color {
color: #E916D3;
}
.border-color {
border: 2px solid #E916D3;
}