Shades of Violet #E08EED
Tints of Violet #E08EED
RGB
CMYK
RGB Variations
Color information
#E08EED (or 0xE08EED) is known color: Violet. HEX triplet: E0, 8E and ED. RGB value is (224,142,237). Sum of RGB (Red+Green+Blue) = 224+142+237=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #E08EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08EED is #1F7112. Grayscale: #B1B1B1. Windows color (decimal): -2060563 or 15568608. OLE color: 15568608.
HSL color Cylindrical-coordinate representation of color #E08EED: hue angle of 291.79º degrees, saturation: 0.73, 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 #E08EED is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 142 | 237 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.07 |
| HSL | 291.79º | 0.73% | 0.74% | - |
| HSV(B) | 291.79º | 0.4% | 0.93% | - |
| XYZ | 55.7 | 41.31 | 85.16 | - |
| YUV | 177.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 237 | 0.05 | 0.40 | 0 | 0.07 | 291.79 | 0.73 | 0.74 |
| Hex | E0 | 8E | ED | 5 | 28 | 0 | 7 | 124 | 49 | 4A |
| Octal | 340 | 216 | 355 | 5 | 50 | 0 | 7 | 444 | 111 | 112 |
| Binary | 11100000 | 10001110 | 11101101 | 101 | 101000 | 0 | 111 | 100100100 | 1001001 | 1001010 |
Color Harmonies of #E08EED
Complementary color
Monochromatic Colors of #E08EED
Black with #E08EED
Text Example
Text Example
White with #E08EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EED; }
p { color: rgb(224,142,237); }
H1.HeaderClassName
{
color: #E08EED;
}
.AnyTagClassName
{
color: #E08EED;
}
</style>
background-color css
<style>
a { background-color: #E08EED; }
a { background-color: rgb(224,142,237); }
div.DivClassName
{
background-color: #E08EED;
}
.BgClassName
{
background-color: #E08EED;
}
</style>
border-color css
<style>
span { border-color: #E08EED; }
span { border-color: rgb(224,142,237); }
td.TdClassName
{
border-color: #E08EED;
}
.TagClassName
{
border-color: #E08EED;
}
</style>