Shades of Violet #E88CE0
Tints of Violet #E88CE0
RGB
CMYK
RGB Variations
Color information
#E88CE0 (or 0xE88CE0) is known color: Violet. HEX triplet: E8, 8C and E0. RGB value is (232,140,224). Sum of RGB (Red+Green+Blue) = 232+140+224=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88CE0 is #17731F. Grayscale: #B0B0B0. Windows color (decimal): -1536800 or 14716136. OLE color: 14716136.
HSL color Cylindrical-coordinate representation of color #E88CE0: hue angle of 305.22º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CE0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 224 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.09 |
| HSL | 305.22º | 0.67% | 0.73% | - |
| HSV(B) | 305.22º | 0.4% | 0.91% | - |
| XYZ | 56.11 | 41.29 | 75.53 | - |
| YUV | 177.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 224 | 0 | 0.40 | 0.03 | 0.09 | 305.22 | 0.67 | 0.73 |
| Hex | E8 | 8C | E0 | 0 | 28 | 3 | 9 | 131 | 43 | 49 |
| Octal | 350 | 214 | 340 | 0 | 50 | 3 | 11 | 461 | 103 | 111 |
| Binary | 11101000 | 10001100 | 11100000 | 0 | 101000 | 11 | 1001 | 100110001 | 1000011 | 1001001 |
Color Harmonies of #E88CE0
Complementary color
Monochromatic Colors of #E88CE0
Black with #E88CE0
Text Example
Text Example
White with #E88CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CE0; }
p { color: rgb(232,140,224); }
H1.HeaderClassName
{
color: #E88CE0;
}
.AnyTagClassName
{
color: #E88CE0;
}
</style>
background-color css
<style>
a { background-color: #E88CE0; }
a { background-color: rgb(232,140,224); }
div.DivClassName
{
background-color: #E88CE0;
}
.BgClassName
{
background-color: #E88CE0;
}
</style>
border-color css
<style>
span { border-color: #E88CE0; }
span { border-color: rgb(232,140,224); }
td.TdClassName
{
border-color: #E88CE0;
}
.TagClassName
{
border-color: #E88CE0;
}
</style>