Shades of Violet #E58EEF
Tints of Violet #E58EEF
RGB
CMYK
RGB Variations
Color information
#E58EEF (or 0xE58EEF) is known color: Violet. HEX triplet: E5, 8E and EF. RGB value is (229,142,239). Sum of RGB (Red+Green+Blue) = 229+142+239=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #E58EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EEF is #1A7110. Grayscale: #B2B2B2. Windows color (decimal): -1732881 or 15699685. OLE color: 15699685.
HSL color Cylindrical-coordinate representation of color #E58EEF: hue angle of 293.81º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E58EEF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 142 | 239 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.06 |
| HSL | 293.81º | 0.75% | 0.75% | - |
| HSV(B) | 293.81º | 0.41% | 0.94% | - |
| XYZ | 57.57 | 42.24 | 86.78 | - |
| YUV | 179.07 | 161.82 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 239 | 0.04 | 0.41 | 0 | 0.06 | 293.81 | 0.75 | 0.75 |
| Hex | E5 | 8E | EF | 4 | 29 | 0 | 6 | 126 | 4B | 4B |
| Octal | 345 | 216 | 357 | 4 | 51 | 0 | 6 | 446 | 113 | 113 |
| Binary | 11100101 | 10001110 | 11101111 | 100 | 101001 | 0 | 110 | 100100110 | 1001011 | 1001011 |
Color Harmonies of #E58EEF
Complementary color
Monochromatic Colors of #E58EEF
Black with #E58EEF
Text Example
Text Example
White with #E58EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EEF; }
p { color: rgb(229,142,239); }
H1.HeaderClassName
{
color: #E58EEF;
}
.AnyTagClassName
{
color: #E58EEF;
}
</style>
background-color css
<style>
a { background-color: #E58EEF; }
a { background-color: rgb(229,142,239); }
div.DivClassName
{
background-color: #E58EEF;
}
.BgClassName
{
background-color: #E58EEF;
}
</style>
border-color css
<style>
span { border-color: #E58EEF; }
span { border-color: rgb(229,142,239); }
td.TdClassName
{
border-color: #E58EEF;
}
.TagClassName
{
border-color: #E58EEF;
}
</style>