#E907F0
A medium, vivid magenta closely aligning with Fuchsia.
About #E907F0
The hex code #E907F0 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 233 red, 7 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E907F0
RGB233, 7, 240
HSL298.2°, 94.3%, 48.4%
CMYK3%, 97%, 0%, 6%
HSV298.2°, 97.1%, 94.1%
LAB55.9, 92.3, -59.9
XYZ49.4, 23.8, 84.4
Decimal15271920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E907F0;
}
.text-color {
color: #E907F0;
}
.border-color {
border: 2px solid #E907F0;
}