Shades of Violet #E08EEA
Tints of Violet #E08EEA
RGB
CMYK
RGB Variations
Color information
#E08EEA (or 0xE08EEA) is known color: Violet. HEX triplet: E0, 8E and EA. RGB value is (224,142,234). Sum of RGB (Red+Green+Blue) = 224+142+234=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #E08EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08EEA is #1F7115. Grayscale: #B0B0B0. Windows color (decimal): -2060566 or 15372000. OLE color: 15372000.
HSL color Cylindrical-coordinate representation of color #E08EEA: hue angle of 293.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08EEA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 142 | 234 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.08 |
| HSL | 293.48º | 0.69% | 0.74% | - |
| HSV(B) | 293.48º | 0.39% | 0.92% | - |
| XYZ | 55.26 | 41.13 | 82.87 | - |
| YUV | 177.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 234 | 0.04 | 0.39 | 0 | 0.08 | 293.48 | 0.69 | 0.74 |
| Hex | E0 | 8E | EA | 4 | 27 | 0 | 8 | 125 | 45 | 4A |
| Octal | 340 | 216 | 352 | 4 | 47 | 0 | 10 | 445 | 105 | 112 |
| Binary | 11100000 | 10001110 | 11101010 | 100 | 100111 | 0 | 1000 | 100100101 | 1000101 | 1001010 |
Color Harmonies of #E08EEA
Complementary color
Monochromatic Colors of #E08EEA
Black with #E08EEA
Text Example
Text Example
White with #E08EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EEA; }
p { color: rgb(224,142,234); }
H1.HeaderClassName
{
color: #E08EEA;
}
.AnyTagClassName
{
color: #E08EEA;
}
</style>
background-color css
<style>
a { background-color: #E08EEA; }
a { background-color: rgb(224,142,234); }
div.DivClassName
{
background-color: #E08EEA;
}
.BgClassName
{
background-color: #E08EEA;
}
</style>
border-color css
<style>
span { border-color: #E08EEA; }
span { border-color: rgb(224,142,234); }
td.TdClassName
{
border-color: #E08EEA;
}
.TagClassName
{
border-color: #E08EEA;
}
</style>