Shades of Violet #E58EEC
Tints of Violet #E58EEC
RGB
CMYK
RGB Variations
Color information
#E58EEC (or 0xE58EEC) is known color: Violet. HEX triplet: E5, 8E and EC. RGB value is (229,142,236). Sum of RGB (Red+Green+Blue) = 229+142+236=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E58EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EEC is #1A7113. Grayscale: #B2B2B2. Windows color (decimal): -1732884 or 15503077. OLE color: 15503077.
HSL color Cylindrical-coordinate representation of color #E58EEC: hue angle of 295.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58EEC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 142 | 236 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.07 |
| HSL | 295.53º | 0.71% | 0.74% | - |
| HSV(B) | 295.53º | 0.4% | 0.93% | - |
| XYZ | 57.13 | 42.06 | 84.46 | - |
| YUV | 178.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 236 | 0.03 | 0.40 | 0 | 0.07 | 295.53 | 0.71 | 0.74 |
| Hex | E5 | 8E | EC | 3 | 28 | 0 | 7 | 128 | 47 | 4A |
| Octal | 345 | 216 | 354 | 3 | 50 | 0 | 7 | 450 | 107 | 112 |
| Binary | 11100101 | 10001110 | 11101100 | 11 | 101000 | 0 | 111 | 100101000 | 1000111 | 1001010 |
Color Harmonies of #E58EEC
Complementary color
Monochromatic Colors of #E58EEC
Black with #E58EEC
Text Example
Text Example
White with #E58EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EEC; }
p { color: rgb(229,142,236); }
H1.HeaderClassName
{
color: #E58EEC;
}
.AnyTagClassName
{
color: #E58EEC;
}
</style>
background-color css
<style>
a { background-color: #E58EEC; }
a { background-color: rgb(229,142,236); }
div.DivClassName
{
background-color: #E58EEC;
}
.BgClassName
{
background-color: #E58EEC;
}
</style>
border-color css
<style>
span { border-color: #E58EEC; }
span { border-color: rgb(229,142,236); }
td.TdClassName
{
border-color: #E58EEC;
}
.TagClassName
{
border-color: #E58EEC;
}
</style>