Shades of Violet #EE96FE
Tints of Violet #EE96FE
RGB
CMYK
RGB Variations
Color information
#EE96FE (or 0xEE96FE) is known color: Violet. HEX triplet: EE, 96 and FE. RGB value is (238,150,254). Sum of RGB (Red+Green+Blue) = 238+150+254=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 150 (58.98% from 255 or 23.36% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96FE is #116901. Grayscale: #BBBBBB. Windows color (decimal): -1140994 or 16684782. OLE color: 16684782.
HSL color Cylindrical-coordinate representation of color #EE96FE: hue angle of 290.77º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE96FE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 150 | 254 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.00 |
| HSL | 290.77º | 0.98% | 0.79% | - |
| HSV(B) | 290.77º | 0.41% | 1% | - |
| XYZ | 64.06 | 47.15 | 99.49 | - |
| YUV | 188.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 254 | 0.06 | 0.41 | 0 | 0.00 | 290.77 | 0.98 | 0.79 |
| Hex | EE | 96 | FE | 6 | 29 | 0 | 0 | 123 | 62 | 4F |
| Octal | 356 | 226 | 376 | 6 | 51 | 0 | 0 | 443 | 142 | 117 |
| Binary | 11101110 | 10010110 | 11111110 | 110 | 101001 | 0 | 0 | 100100011 | 1100010 | 1001111 |
Color Harmonies of #EE96FE
Complementary color
Monochromatic Colors of #EE96FE
Black with #EE96FE
Text Example
Text Example
White with #EE96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96FE; }
p { color: rgb(238,150,254); }
H1.HeaderClassName
{
color: #EE96FE;
}
.AnyTagClassName
{
color: #EE96FE;
}
</style>
background-color css
<style>
a { background-color: #EE96FE; }
a { background-color: rgb(238,150,254); }
div.DivClassName
{
background-color: #EE96FE;
}
.BgClassName
{
background-color: #EE96FE;
}
</style>
border-color css
<style>
span { border-color: #EE96FE; }
span { border-color: rgb(238,150,254); }
td.TdClassName
{
border-color: #EE96FE;
}
.TagClassName
{
border-color: #EE96FE;
}
</style>