Shades of Violet #E08EEB
Tints of Violet #E08EEB
RGB
CMYK
RGB Variations
Color information
#E08EEB (or 0xE08EEB) is known color: Violet. HEX triplet: E0, 8E and EB. RGB value is (224,142,235). Sum of RGB (Red+Green+Blue) = 224+142+235=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #E08EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08EEB is #1F7114. Grayscale: #B0B0B0. Windows color (decimal): -2060565 or 15437536. OLE color: 15437536.
HSL color Cylindrical-coordinate representation of color #E08EEB: hue angle of 292.9º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08EEB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 142 | 235 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.08 |
| HSL | 292.9º | 0.7% | 0.74% | - |
| HSV(B) | 292.9º | 0.4% | 0.92% | - |
| XYZ | 55.41 | 41.19 | 83.63 | - |
| YUV | 177.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 235 | 0.05 | 0.40 | 0 | 0.08 | 292.9 | 0.7 | 0.74 |
| Hex | E0 | 8E | EB | 5 | 28 | 0 | 8 | 125 | 46 | 4A |
| Octal | 340 | 216 | 353 | 5 | 50 | 0 | 10 | 445 | 106 | 112 |
| Binary | 11100000 | 10001110 | 11101011 | 101 | 101000 | 0 | 1000 | 100100101 | 1000110 | 1001010 |
Color Harmonies of #E08EEB
Complementary color
Monochromatic Colors of #E08EEB
Black with #E08EEB
Text Example
Text Example
White with #E08EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EEB; }
p { color: rgb(224,142,235); }
H1.HeaderClassName
{
color: #E08EEB;
}
.AnyTagClassName
{
color: #E08EEB;
}
</style>
background-color css
<style>
a { background-color: #E08EEB; }
a { background-color: rgb(224,142,235); }
div.DivClassName
{
background-color: #E08EEB;
}
.BgClassName
{
background-color: #E08EEB;
}
</style>
border-color css
<style>
span { border-color: #E08EEB; }
span { border-color: rgb(224,142,235); }
td.TdClassName
{
border-color: #E08EEB;
}
.TagClassName
{
border-color: #E08EEB;
}
</style>