Shades of Violet #E996EE
Tints of Violet #E996EE
RGB
CMYK
RGB Variations
Color information
#E996EE (or 0xE996EE) is known color: Violet. HEX triplet: E9, 96 and EE. RGB value is (233,150,238). Sum of RGB (Red+Green+Blue) = 233+150+238=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #E996EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996EE is #166911. Grayscale: #B8B8B8. Windows color (decimal): -1468690 or 15636201. OLE color: 15636201.
HSL color Cylindrical-coordinate representation of color #E996EE: hue angle of 296.59º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E996EE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 150 | 238 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.07 |
| HSL | 296.59º | 0.72% | 0.76% | - |
| HSV(B) | 296.59º | 0.37% | 0.93% | - |
| XYZ | 59.94 | 45.31 | 86.48 | - |
| YUV | 184.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 238 | 0.02 | 0.37 | 0 | 0.07 | 296.59 | 0.72 | 0.76 |
| Hex | E9 | 96 | EE | 2 | 25 | 0 | 7 | 129 | 48 | 4C |
| Octal | 351 | 226 | 356 | 2 | 45 | 0 | 7 | 451 | 110 | 114 |
| Binary | 11101001 | 10010110 | 11101110 | 10 | 100101 | 0 | 111 | 100101001 | 1001000 | 1001100 |
Color Harmonies of #E996EE
Complementary color
Monochromatic Colors of #E996EE
Black with #E996EE
Text Example
Text Example
White with #E996EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996EE; }
p { color: rgb(233,150,238); }
H1.HeaderClassName
{
color: #E996EE;
}
.AnyTagClassName
{
color: #E996EE;
}
</style>
background-color css
<style>
a { background-color: #E996EE; }
a { background-color: rgb(233,150,238); }
div.DivClassName
{
background-color: #E996EE;
}
.BgClassName
{
background-color: #E996EE;
}
</style>
border-color css
<style>
span { border-color: #E996EE; }
span { border-color: rgb(233,150,238); }
td.TdClassName
{
border-color: #E996EE;
}
.TagClassName
{
border-color: #E996EE;
}
</style>