Shades of Violet #E58EEB
Tints of Violet #E58EEB
RGB
CMYK
RGB Variations
Color information
#E58EEB (or 0xE58EEB) is known color: Violet. HEX triplet: E5, 8E and EB. RGB value is (229,142,235). Sum of RGB (Red+Green+Blue) = 229+142+235=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #E58EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EEB is #1A7114. Grayscale: #B2B2B2. Windows color (decimal): -1732885 or 15437541. OLE color: 15437541.
HSL color Cylindrical-coordinate representation of color #E58EEB: hue angle of 296.13º 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 #E58EEB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 142 | 235 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.08 |
| HSL | 296.13º | 0.7% | 0.74% | - |
| HSV(B) | 296.13º | 0.4% | 0.92% | - |
| XYZ | 56.98 | 42 | 83.7 | - |
| YUV | 178.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 235 | 0.03 | 0.40 | 0 | 0.08 | 296.13 | 0.7 | 0.74 |
| Hex | E5 | 8E | EB | 3 | 28 | 0 | 8 | 128 | 46 | 4A |
| Octal | 345 | 216 | 353 | 3 | 50 | 0 | 10 | 450 | 106 | 112 |
| Binary | 11100101 | 10001110 | 11101011 | 11 | 101000 | 0 | 1000 | 100101000 | 1000110 | 1001010 |
Color Harmonies of #E58EEB
Complementary color
Monochromatic Colors of #E58EEB
Black with #E58EEB
Text Example
Text Example
White with #E58EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EEB; }
p { color: rgb(229,142,235); }
H1.HeaderClassName
{
color: #E58EEB;
}
.AnyTagClassName
{
color: #E58EEB;
}
</style>
background-color css
<style>
a { background-color: #E58EEB; }
a { background-color: rgb(229,142,235); }
div.DivClassName
{
background-color: #E58EEB;
}
.BgClassName
{
background-color: #E58EEB;
}
</style>
border-color css
<style>
span { border-color: #E58EEB; }
span { border-color: rgb(229,142,235); }
td.TdClassName
{
border-color: #E58EEB;
}
.TagClassName
{
border-color: #E58EEB;
}
</style>