Shades of Violet #EE96FF
Tints of Violet #EE96FF
RGB
CMYK
RGB Variations
Color information
#EE96FF (or 0xEE96FF) is known color: Violet. HEX triplet: EE, 96 and FF. RGB value is (238,150,255). Sum of RGB (Red+Green+Blue) = 238+150+255=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96FF is #116900. Grayscale: #BBBBBB. Windows color (decimal): -1140993 or 16750318. OLE color: 16750318.
HSL color Cylindrical-coordinate representation of color #EE96FF: hue angle of 290.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE96FF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 150 | 255 | - |
| CMYK | 0.07 | 0.41 | 0 | 0 |
| HSL | 290.29º | 1% | 0.79% | - |
| HSV(B) | 290.29º | 0.41% | 1% | - |
| XYZ | 64.22 | 47.21 | 100.34 | - |
| YUV | 188.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 255 | 0.07 | 0.41 | 0 | 0 | 290.29 | 1 | 0.79 |
| Hex | EE | 96 | FF | 7 | 29 | 0 | 0 | 122 | 64 | 4F |
| Octal | 356 | 226 | 377 | 7 | 51 | 0 | 0 | 442 | 144 | 117 |
| Binary | 11101110 | 10010110 | 11111111 | 111 | 101001 | 0 | 0 | 100100010 | 1100100 | 1001111 |
Color Harmonies of #EE96FF
Complementary color
Monochromatic Colors of #EE96FF
Black with #EE96FF
Text Example
Text Example
White with #EE96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96FF; }
p { color: rgb(238,150,255); }
H1.HeaderClassName
{
color: #EE96FF;
}
.AnyTagClassName
{
color: #EE96FF;
}
</style>
background-color css
<style>
a { background-color: #EE96FF; }
a { background-color: rgb(238,150,255); }
div.DivClassName
{
background-color: #EE96FF;
}
.BgClassName
{
background-color: #EE96FF;
}
</style>
border-color css
<style>
span { border-color: #EE96FF; }
span { border-color: rgb(238,150,255); }
td.TdClassName
{
border-color: #EE96FF;
}
.TagClassName
{
border-color: #EE96FF;
}
</style>