Shades of Violet #E992EE
Tints of Violet #E992EE
RGB
CMYK
RGB Variations
Color information
#E992EE (or 0xE992EE) is known color: Violet. HEX triplet: E9, 92 and EE. RGB value is (233,146,238). Sum of RGB (Red+Green+Blue) = 233+146+238=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #E992EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E992EE is #166D11. Grayscale: #B6B6B6. Windows color (decimal): -1469714 or 15635177. OLE color: 15635177.
HSL color Cylindrical-coordinate representation of color #E992EE: hue angle of 296.74º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E992EE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 146 | 238 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.07 |
| HSL | 296.74º | 0.73% | 0.75% | - |
| HSV(B) | 296.74º | 0.39% | 0.93% | - |
| XYZ | 59.32 | 44.05 | 86.27 | - |
| YUV | 182.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 238 | 0.02 | 0.39 | 0 | 0.07 | 296.74 | 0.73 | 0.75 |
| Hex | E9 | 92 | EE | 2 | 27 | 0 | 7 | 129 | 49 | 4B |
| Octal | 351 | 222 | 356 | 2 | 47 | 0 | 7 | 451 | 111 | 113 |
| Binary | 11101001 | 10010010 | 11101110 | 10 | 100111 | 0 | 111 | 100101001 | 1001001 | 1001011 |
Color Harmonies of #E992EE
Complementary color
Monochromatic Colors of #E992EE
Black with #E992EE
Text Example
Text Example
White with #E992EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992EE; }
p { color: rgb(233,146,238); }
H1.HeaderClassName
{
color: #E992EE;
}
.AnyTagClassName
{
color: #E992EE;
}
</style>
background-color css
<style>
a { background-color: #E992EE; }
a { background-color: rgb(233,146,238); }
div.DivClassName
{
background-color: #E992EE;
}
.BgClassName
{
background-color: #E992EE;
}
</style>
border-color css
<style>
span { border-color: #E992EE; }
span { border-color: rgb(233,146,238); }
td.TdClassName
{
border-color: #E992EE;
}
.TagClassName
{
border-color: #E992EE;
}
</style>