Shades of Violet #EE8CE6
Tints of Violet #EE8CE6
RGB
CMYK
RGB Variations
Color information
#EE8CE6 (or 0xEE8CE6) is known color: Violet. HEX triplet: EE, 8C and E6. RGB value is (238,140,230). Sum of RGB (Red+Green+Blue) = 238+140+230=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CE6 is #117319. Grayscale: #B3B3B3. Windows color (decimal): -1143578 or 15109358. OLE color: 15109358.
HSL color Cylindrical-coordinate representation of color #EE8CE6: hue angle of 304.9º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CE6 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 230 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.07 |
| HSL | 304.9º | 0.74% | 0.74% | - |
| HSV(B) | 304.9º | 0.41% | 0.93% | - |
| XYZ | 58.92 | 42.65 | 79.99 | - |
| YUV | 179.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 230 | 0 | 0.41 | 0.03 | 0.07 | 304.9 | 0.74 | 0.74 |
| Hex | EE | 8C | E6 | 0 | 29 | 3 | 7 | 131 | 4A | 4A |
| Octal | 356 | 214 | 346 | 0 | 51 | 3 | 7 | 461 | 112 | 112 |
| Binary | 11101110 | 10001100 | 11100110 | 0 | 101001 | 11 | 111 | 100110001 | 1001010 | 1001010 |
Color Harmonies of #EE8CE6
Complementary color
Monochromatic Colors of #EE8CE6
Black with #EE8CE6
Text Example
Text Example
White with #EE8CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CE6; }
p { color: rgb(238,140,230); }
H1.HeaderClassName
{
color: #EE8CE6;
}
.AnyTagClassName
{
color: #EE8CE6;
}
</style>
background-color css
<style>
a { background-color: #EE8CE6; }
a { background-color: rgb(238,140,230); }
div.DivClassName
{
background-color: #EE8CE6;
}
.BgClassName
{
background-color: #EE8CE6;
}
</style>
border-color css
<style>
span { border-color: #EE8CE6; }
span { border-color: rgb(238,140,230); }
td.TdClassName
{
border-color: #EE8CE6;
}
.TagClassName
{
border-color: #EE8CE6;
}
</style>