Shades of Violet #E996F6
Tints of Violet #E996F6
RGB
CMYK
RGB Variations
Color information
#E996F6 (or 0xE996F6) is known color: Violet. HEX triplet: E9, 96 and F6. RGB value is (233,150,246). Sum of RGB (Red+Green+Blue) = 233+150+246=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #E996F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996F6 is #166909. Grayscale: #B9B9B9. Windows color (decimal): -1468682 or 16160489. OLE color: 16160489.
HSL color Cylindrical-coordinate representation of color #E996F6: hue angle of 291.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E996F6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 150 | 246 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.04 |
| HSL | 291.88º | 0.84% | 0.78% | - |
| HSV(B) | 291.88º | 0.39% | 0.96% | - |
| XYZ | 61.15 | 45.79 | 92.8 | - |
| YUV | 185.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 246 | 0.05 | 0.39 | 0 | 0.04 | 291.88 | 0.84 | 0.78 |
| Hex | E9 | 96 | F6 | 5 | 27 | 0 | 4 | 124 | 54 | 4E |
| Octal | 351 | 226 | 366 | 5 | 47 | 0 | 4 | 444 | 124 | 116 |
| Binary | 11101001 | 10010110 | 11110110 | 101 | 100111 | 0 | 100 | 100100100 | 1010100 | 1001110 |
Color Harmonies of #E996F6
Complementary color
Monochromatic Colors of #E996F6
Black with #E996F6
Text Example
Text Example
White with #E996F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996F6; }
p { color: rgb(233,150,246); }
H1.HeaderClassName
{
color: #E996F6;
}
.AnyTagClassName
{
color: #E996F6;
}
</style>
background-color css
<style>
a { background-color: #E996F6; }
a { background-color: rgb(233,150,246); }
div.DivClassName
{
background-color: #E996F6;
}
.BgClassName
{
background-color: #E996F6;
}
</style>
border-color css
<style>
span { border-color: #E996F6; }
span { border-color: rgb(233,150,246); }
td.TdClassName
{
border-color: #E996F6;
}
.TagClassName
{
border-color: #E996F6;
}
</style>