Shades of Violet #E08BEC
Tints of Violet #E08BEC
RGB
CMYK
RGB Variations
Color information
#E08BEC (or 0xE08BEC) is known color: Violet. HEX triplet: E0, 8B and EC. RGB value is (224,139,236). Sum of RGB (Red+Green+Blue) = 224+139+236=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #E08BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08BEC is #1F7413. Grayscale: #AFAFAF. Windows color (decimal): -2061332 or 15502304. OLE color: 15502304.
HSL color Cylindrical-coordinate representation of color #E08BEC: hue angle of 292.58º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08BEC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 139 | 236 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.07 |
| HSL | 292.58º | 0.72% | 0.74% | - |
| HSV(B) | 292.58º | 0.41% | 0.93% | - |
| XYZ | 55.11 | 40.37 | 84.24 | - |
| YUV | 175.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 236 | 0.05 | 0.41 | 0 | 0.07 | 292.58 | 0.72 | 0.74 |
| Hex | E0 | 8B | EC | 5 | 29 | 0 | 7 | 125 | 48 | 4A |
| Octal | 340 | 213 | 354 | 5 | 51 | 0 | 7 | 445 | 110 | 112 |
| Binary | 11100000 | 10001011 | 11101100 | 101 | 101001 | 0 | 111 | 100100101 | 1001000 | 1001010 |
Color Harmonies of #E08BEC
Complementary color
Monochromatic Colors of #E08BEC
Black with #E08BEC
Text Example
Text Example
White with #E08BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BEC; }
p { color: rgb(224,139,236); }
H1.HeaderClassName
{
color: #E08BEC;
}
.AnyTagClassName
{
color: #E08BEC;
}
</style>
background-color css
<style>
a { background-color: #E08BEC; }
a { background-color: rgb(224,139,236); }
div.DivClassName
{
background-color: #E08BEC;
}
.BgClassName
{
background-color: #E08BEC;
}
</style>
border-color css
<style>
span { border-color: #E08BEC; }
span { border-color: rgb(224,139,236); }
td.TdClassName
{
border-color: #E08BEC;
}
.TagClassName
{
border-color: #E08BEC;
}
</style>