Shades of Violet #E08BEE
Tints of Violet #E08BEE
RGB
CMYK
RGB Variations
Color information
#E08BEE (or 0xE08BEE) is known color: Violet. HEX triplet: E0, 8B and EE. RGB value is (224,139,238). Sum of RGB (Red+Green+Blue) = 224+139+238=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #E08BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08BEE is #1F7411. Grayscale: #AFAFAF. Windows color (decimal): -2061330 or 15633376. OLE color: 15633376.
HSL color Cylindrical-coordinate representation of color #E08BEE: hue angle of 291.52º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08BEE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 139 | 238 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.07 |
| HSL | 291.52º | 0.74% | 0.74% | - |
| HSV(B) | 291.52º | 0.42% | 0.93% | - |
| XYZ | 55.41 | 40.49 | 85.78 | - |
| YUV | 175.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 238 | 0.06 | 0.42 | 0 | 0.07 | 291.52 | 0.74 | 0.74 |
| Hex | E0 | 8B | EE | 6 | 2A | 0 | 7 | 124 | 4A | 4A |
| Octal | 340 | 213 | 356 | 6 | 52 | 0 | 7 | 444 | 112 | 112 |
| Binary | 11100000 | 10001011 | 11101110 | 110 | 101010 | 0 | 111 | 100100100 | 1001010 | 1001010 |
Color Harmonies of #E08BEE
Complementary color
Monochromatic Colors of #E08BEE
Black with #E08BEE
Text Example
Text Example
White with #E08BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BEE; }
p { color: rgb(224,139,238); }
H1.HeaderClassName
{
color: #E08BEE;
}
.AnyTagClassName
{
color: #E08BEE;
}
</style>
background-color css
<style>
a { background-color: #E08BEE; }
a { background-color: rgb(224,139,238); }
div.DivClassName
{
background-color: #E08BEE;
}
.BgClassName
{
background-color: #E08BEE;
}
</style>
border-color css
<style>
span { border-color: #E08BEE; }
span { border-color: rgb(224,139,238); }
td.TdClassName
{
border-color: #E08BEE;
}
.TagClassName
{
border-color: #E08BEE;
}
</style>