#E207FF
A medium, vivid magenta closely aligning with Fuchsia.
About #E207FF
Visually, #E207FF is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. This translates to an RGB value of rgb(226, 7, 255).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 11% cyan, 97% magenta, 0% yellow, and 0% black. The HSL representation is 293.0° hue, 100.0% saturation, and 51.4% lightness.
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#E207FF
RGB226, 7, 255
HSL293.0°, 100.0%, 51.4%
CMYK11%, 97%, 0%, 0%
HSV293.0°, 97.3%, 100.0%
LAB55.6, 93.5, -68.6
XYZ49.5, 23.5, 96.5
Decimal14813183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E207FF;
}
.text-color {
color: #E207FF;
}
.border-color {
border: 2px solid #E207FF;
}