#E216D3
A medium, vivid magenta closely aligning with Fuchsia.
About #E216D3
The precise color #E216D3 is an excellent choice for modern design projects. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(226, 22, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 90% Magenta, 7% Yellow, and 11% Black. With a hue angle of 304.4 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E216D3
RGB226, 22, 211
HSL304.4°, 82.3%, 48.6%
CMYK0%, 90%, 7%, 11%
HSV304.4°, 90.3%, 88.6%
LAB53.4, 85.8, -47.4
XYZ43.4, 21.4, 63.5
Decimal14816979
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E216D3;
}
.text-color {
color: #E216D3;
}
.border-color {
border: 2px solid #E216D3;
}