#E207E2
A medium, vivid magenta closely aligning with Fuchsia.
About #E207E2
Visually, #E207E2 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. Its digital footprint relies on 226 parts red, 7 parts green, and 226 parts blue light.
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. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E207E2
RGB226, 7, 226
HSL300.0°, 94.0%, 45.7%
CMYK0%, 97%, 0%, 11%
HSV300.0°, 96.9%, 88.6%
LAB53.8, 89.2, -55.3
XYZ45.2, 21.8, 73.8
Decimal14813154
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.36:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E207E2;
}
.text-color {
color: #E207E2;
}
.border-color {
border: 2px solid #E207E2;
}