Shades of Violet #E88EEC
Tints of Violet #E88EEC
RGB
CMYK
RGB Variations
Color information
#E88EEC (or 0xE88EEC) is known color: Violet. HEX triplet: E8, 8E and EC. RGB value is (232,142,236). Sum of RGB (Red+Green+Blue) = 232+142+236=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #E88EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88EEC is #177113. Grayscale: #B3B3B3. Windows color (decimal): -1536276 or 15503080. OLE color: 15503080.
HSL color Cylindrical-coordinate representation of color #E88EEC: hue angle of 297.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88EEC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 142 | 236 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.07 |
| HSL | 297.45º | 0.71% | 0.74% | - |
| HSV(B) | 297.45º | 0.4% | 0.93% | - |
| XYZ | 58.09 | 42.56 | 84.51 | - |
| YUV | 179.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 236 | 0.02 | 0.40 | 0 | 0.07 | 297.45 | 0.71 | 0.74 |
| Hex | E8 | 8E | EC | 2 | 28 | 0 | 7 | 129 | 47 | 4A |
| Octal | 350 | 216 | 354 | 2 | 50 | 0 | 7 | 451 | 107 | 112 |
| Binary | 11101000 | 10001110 | 11101100 | 10 | 101000 | 0 | 111 | 100101001 | 1000111 | 1001010 |
Color Harmonies of #E88EEC
Complementary color
Monochromatic Colors of #E88EEC
Black with #E88EEC
Text Example
Text Example
White with #E88EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88EEC; }
p { color: rgb(232,142,236); }
H1.HeaderClassName
{
color: #E88EEC;
}
.AnyTagClassName
{
color: #E88EEC;
}
</style>
background-color css
<style>
a { background-color: #E88EEC; }
a { background-color: rgb(232,142,236); }
div.DivClassName
{
background-color: #E88EEC;
}
.BgClassName
{
background-color: #E88EEC;
}
</style>
border-color css
<style>
span { border-color: #E88EEC; }
span { border-color: rgb(232,142,236); }
td.TdClassName
{
border-color: #E88EEC;
}
.TagClassName
{
border-color: #E88EEC;
}
</style>