#E207DB
A medium, vivid magenta closely aligning with Fuchsia.
About #E207DB
The hex code #E207DB represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(226, 7, 219).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. The HSL representation is 301.9° hue, 94.0% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E207DB
RGB226, 7, 219
HSL301.9°, 94.0%, 45.7%
CMYK0%, 97%, 3%, 11%
HSV301.9°, 96.9%, 88.6%
LAB53.4, 88.2, -51.9
XYZ44.2, 21.4, 68.8
Decimal14813147
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.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E207DB;
}
.text-color {
color: #E207DB;
}
.border-color {
border: 2px solid #E207DB;
}