Shades of Violet #EE8EFF
Tints of Violet #EE8EFF
RGB
CMYK
RGB Variations
Color information
#EE8EFF (or 0xEE8EFF) is known color: Violet. HEX triplet: EE, 8E and FF. RGB value is (238,142,255). Sum of RGB (Red+Green+Blue) = 238+142+255=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 142 (55.86% from 255 or 22.36% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EFF is #117100. Grayscale: #B7B7B7. Windows color (decimal): -1143041 or 16748270. OLE color: 16748270.
HSL color Cylindrical-coordinate representation of color #EE8EFF: hue angle of 290.97º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE8EFF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 142 | 255 | - |
| CMYK | 0.07 | 0.44 | 0 | 0 |
| HSL | 290.97º | 1% | 0.78% | - |
| HSV(B) | 290.97º | 0.44% | 1% | - |
| XYZ | 62.98 | 44.74 | 99.92 | - |
| YUV | 183.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 255 | 0.07 | 0.44 | 0 | 0 | 290.97 | 1 | 0.78 |
| Hex | EE | 8E | FF | 7 | 2C | 0 | 0 | 123 | 64 | 4E |
| Octal | 356 | 216 | 377 | 7 | 54 | 0 | 0 | 443 | 144 | 116 |
| Binary | 11101110 | 10001110 | 11111111 | 111 | 101100 | 0 | 0 | 100100011 | 1100100 | 1001110 |
Color Harmonies of #EE8EFF
Complementary color
Monochromatic Colors of #EE8EFF
Black with #EE8EFF
Text Example
Text Example
White with #EE8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EFF; }
p { color: rgb(238,142,255); }
H1.HeaderClassName
{
color: #EE8EFF;
}
.AnyTagClassName
{
color: #EE8EFF;
}
</style>
background-color css
<style>
a { background-color: #EE8EFF; }
a { background-color: rgb(238,142,255); }
div.DivClassName
{
background-color: #EE8EFF;
}
.BgClassName
{
background-color: #EE8EFF;
}
</style>
border-color css
<style>
span { border-color: #EE8EFF; }
span { border-color: rgb(238,142,255); }
td.TdClassName
{
border-color: #EE8EFF;
}
.TagClassName
{
border-color: #EE8EFF;
}
</style>