Shades of Violet #E08EF0
Tints of Violet #E08EF0
RGB
CMYK
RGB Variations
Color information
#E08EF0 (or 0xE08EF0) is known color: Violet. HEX triplet: E0, 8E and F0. RGB value is (224,142,240). Sum of RGB (Red+Green+Blue) = 224+142+240=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #E08EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08EF0 is #1F710F. Grayscale: #B1B1B1. Windows color (decimal): -2060560 or 15765216. OLE color: 15765216.
HSL color Cylindrical-coordinate representation of color #E08EF0: hue angle of 290.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08EF0 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 142 | 240 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.06 |
| HSL | 290.2º | 0.77% | 0.75% | - |
| HSV(B) | 290.2º | 0.41% | 0.94% | - |
| XYZ | 56.14 | 41.48 | 87.49 | - |
| YUV | 177.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 240 | 0.07 | 0.41 | 0 | 0.06 | 290.2 | 0.77 | 0.75 |
| Hex | E0 | 8E | F0 | 7 | 29 | 0 | 6 | 122 | 4D | 4B |
| Octal | 340 | 216 | 360 | 7 | 51 | 0 | 6 | 442 | 115 | 113 |
| Binary | 11100000 | 10001110 | 11110000 | 111 | 101001 | 0 | 110 | 100100010 | 1001101 | 1001011 |
Color Harmonies of #E08EF0
Complementary color
Monochromatic Colors of #E08EF0
Black with #E08EF0
Text Example
Text Example
White with #E08EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EF0; }
p { color: rgb(224,142,240); }
H1.HeaderClassName
{
color: #E08EF0;
}
.AnyTagClassName
{
color: #E08EF0;
}
</style>
background-color css
<style>
a { background-color: #E08EF0; }
a { background-color: rgb(224,142,240); }
div.DivClassName
{
background-color: #E08EF0;
}
.BgClassName
{
background-color: #E08EF0;
}
</style>
border-color css
<style>
span { border-color: #E08EF0; }
span { border-color: rgb(224,142,240); }
td.TdClassName
{
border-color: #E08EF0;
}
.TagClassName
{
border-color: #E08EF0;
}
</style>