#E992F8
A light, vivid magenta closely aligning with Violet.
About #E992F8
When working with digital screens, the color #E992F8 is rendered by mixing light. Its closest recognized web color is Violet. This translates to an RGB value of rgb(233, 146, 248).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 6% cyan, 41% magenta, 0% yellow, and 3% black. With a hue angle of 291.2 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E992F8
RGB233, 146, 248
HSL291.2°, 87.9%, 77.3%
CMYK6%, 41%, 0%, 3%
HSV291.2°, 41.1%, 97.3%
LAB72.7, 48.7, -37.7
XYZ60.8, 44.7, 94.2
Decimal15307512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.93:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E992F8;
}
.text-color {
color: #E992F8;
}
.border-color {
border: 2px solid #E992F8;
}