Shades of Violet #E992EF
Tints of Violet #E992EF
RGB
CMYK
RGB Variations
Color information
#E992EF (or 0xE992EF) is known color: Violet. HEX triplet: E9, 92 and EF. RGB value is (233,146,239). Sum of RGB (Red+Green+Blue) = 233+146+239=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #E992EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E992EF is #166D10. Grayscale: #B6B6B6. Windows color (decimal): -1469713 or 15700713. OLE color: 15700713.
HSL color Cylindrical-coordinate representation of color #E992EF: hue angle of 296.13º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E992EF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 146 | 239 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.06 |
| HSL | 296.13º | 0.74% | 0.75% | - |
| HSV(B) | 296.13º | 0.39% | 0.94% | - |
| XYZ | 59.46 | 44.11 | 87.04 | - |
| YUV | 182.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 239 | 0.03 | 0.39 | 0 | 0.06 | 296.13 | 0.74 | 0.75 |
| Hex | E9 | 92 | EF | 3 | 27 | 0 | 6 | 128 | 4A | 4B |
| Octal | 351 | 222 | 357 | 3 | 47 | 0 | 6 | 450 | 112 | 113 |
| Binary | 11101001 | 10010010 | 11101111 | 11 | 100111 | 0 | 110 | 100101000 | 1001010 | 1001011 |
Color Harmonies of #E992EF
Complementary color
Monochromatic Colors of #E992EF
Black with #E992EF
Text Example
Text Example
White with #E992EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992EF; }
p { color: rgb(233,146,239); }
H1.HeaderClassName
{
color: #E992EF;
}
.AnyTagClassName
{
color: #E992EF;
}
</style>
background-color css
<style>
a { background-color: #E992EF; }
a { background-color: rgb(233,146,239); }
div.DivClassName
{
background-color: #E992EF;
}
.BgClassName
{
background-color: #E992EF;
}
</style>
border-color css
<style>
span { border-color: #E992EF; }
span { border-color: rgb(233,146,239); }
td.TdClassName
{
border-color: #E992EF;
}
.TagClassName
{
border-color: #E992EF;
}
</style>