Shades of Violet #E58EEE
Tints of Violet #E58EEE
RGB
CMYK
RGB Variations
Color information
#E58EEE (or 0xE58EEE) is known color: Violet. HEX triplet: E5, 8E and EE. RGB value is (229,142,238). Sum of RGB (Red+Green+Blue) = 229+142+238=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #E58EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EEE is #1A7111. Grayscale: #B2B2B2. Windows color (decimal): -1732882 or 15634149. OLE color: 15634149.
HSL color Cylindrical-coordinate representation of color #E58EEE: hue angle of 294.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58EEE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 142 | 238 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.07 |
| HSL | 294.38º | 0.74% | 0.75% | - |
| HSV(B) | 294.38º | 0.4% | 0.93% | - |
| XYZ | 57.42 | 42.18 | 86 | - |
| YUV | 178.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 238 | 0.04 | 0.40 | 0 | 0.07 | 294.38 | 0.74 | 0.75 |
| Hex | E5 | 8E | EE | 4 | 28 | 0 | 7 | 126 | 4A | 4B |
| Octal | 345 | 216 | 356 | 4 | 50 | 0 | 7 | 446 | 112 | 113 |
| Binary | 11100101 | 10001110 | 11101110 | 100 | 101000 | 0 | 111 | 100100110 | 1001010 | 1001011 |
Color Harmonies of #E58EEE
Complementary color
Monochromatic Colors of #E58EEE
Black with #E58EEE
Text Example
Text Example
White with #E58EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EEE; }
p { color: rgb(229,142,238); }
H1.HeaderClassName
{
color: #E58EEE;
}
.AnyTagClassName
{
color: #E58EEE;
}
</style>
background-color css
<style>
a { background-color: #E58EEE; }
a { background-color: rgb(229,142,238); }
div.DivClassName
{
background-color: #E58EEE;
}
.BgClassName
{
background-color: #E58EEE;
}
</style>
border-color css
<style>
span { border-color: #E58EEE; }
span { border-color: rgb(229,142,238); }
td.TdClassName
{
border-color: #E58EEE;
}
.TagClassName
{
border-color: #E58EEE;
}
</style>