Shades of Violet #E88CEC
Tints of Violet #E88CEC
RGB
CMYK
RGB Variations
Color information
#E88CEC (or 0xE88CEC) is known color: Violet. HEX triplet: E8, 8C and EC. RGB value is (232,140,236). Sum of RGB (Red+Green+Blue) = 232+140+236=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #E88CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88CEC is #177313. Grayscale: #B2B2B2. Windows color (decimal): -1536788 or 15502568. OLE color: 15502568.
HSL color Cylindrical-coordinate representation of color #E88CEC: hue angle of 297.5º degrees, saturation: 0.72, 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 #E88CEC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 140 | 236 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.07 |
| HSL | 297.5º | 0.72% | 0.74% | - |
| HSV(B) | 297.5º | 0.41% | 0.93% | - |
| XYZ | 57.8 | 41.97 | 84.41 | - |
| YUV | 178.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 236 | 0.02 | 0.41 | 0 | 0.07 | 297.5 | 0.72 | 0.74 |
| Hex | E8 | 8C | EC | 2 | 29 | 0 | 7 | 12A | 48 | 4A |
| Octal | 350 | 214 | 354 | 2 | 51 | 0 | 7 | 452 | 110 | 112 |
| Binary | 11101000 | 10001100 | 11101100 | 10 | 101001 | 0 | 111 | 100101010 | 1001000 | 1001010 |
Color Harmonies of #E88CEC
Complementary color
Monochromatic Colors of #E88CEC
Black with #E88CEC
Text Example
Text Example
White with #E88CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CEC; }
p { color: rgb(232,140,236); }
H1.HeaderClassName
{
color: #E88CEC;
}
.AnyTagClassName
{
color: #E88CEC;
}
</style>
background-color css
<style>
a { background-color: #E88CEC; }
a { background-color: rgb(232,140,236); }
div.DivClassName
{
background-color: #E88CEC;
}
.BgClassName
{
background-color: #E88CEC;
}
</style>
border-color css
<style>
span { border-color: #E88CEC; }
span { border-color: rgb(232,140,236); }
td.TdClassName
{
border-color: #E88CEC;
}
.TagClassName
{
border-color: #E88CEC;
}
</style>