Shades of Violet #E08CEB
Tints of Violet #E08CEB
RGB
CMYK
RGB Variations
Color information
#E08CEB (or 0xE08CEB) is known color: Violet. HEX triplet: E0, 8C and EB. RGB value is (224,140,235). Sum of RGB (Red+Green+Blue) = 224+140+235=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #E08CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08CEB is #1F7314. Grayscale: #AFAFAF. Windows color (decimal): -2061077 or 15437024. OLE color: 15437024.
HSL color Cylindrical-coordinate representation of color #E08CEB: hue angle of 293.05º 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 #E08CEB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 140 | 235 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.08 |
| HSL | 293.05º | 0.7% | 0.74% | - |
| HSV(B) | 293.05º | 0.4% | 0.92% | - |
| XYZ | 55.11 | 40.6 | 83.53 | - |
| YUV | 175.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 235 | 0.05 | 0.40 | 0 | 0.08 | 293.05 | 0.7 | 0.74 |
| Hex | E0 | 8C | EB | 5 | 28 | 0 | 8 | 125 | 46 | 4A |
| Octal | 340 | 214 | 353 | 5 | 50 | 0 | 10 | 445 | 106 | 112 |
| Binary | 11100000 | 10001100 | 11101011 | 101 | 101000 | 0 | 1000 | 100100101 | 1000110 | 1001010 |
Color Harmonies of #E08CEB
Complementary color
Monochromatic Colors of #E08CEB
Black with #E08CEB
Text Example
Text Example
White with #E08CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CEB; }
p { color: rgb(224,140,235); }
H1.HeaderClassName
{
color: #E08CEB;
}
.AnyTagClassName
{
color: #E08CEB;
}
</style>
background-color css
<style>
a { background-color: #E08CEB; }
a { background-color: rgb(224,140,235); }
div.DivClassName
{
background-color: #E08CEB;
}
.BgClassName
{
background-color: #E08CEB;
}
</style>
border-color css
<style>
span { border-color: #E08CEB; }
span { border-color: rgb(224,140,235); }
td.TdClassName
{
border-color: #E08CEB;
}
.TagClassName
{
border-color: #E08CEB;
}
</style>