Shades of Violet #E58DED
Tints of Violet #E58DED
RGB
CMYK
RGB Variations
Color information
#E58DED (or 0xE58DED) is known color: Violet. HEX triplet: E5, 8D and ED. RGB value is (229,141,237). Sum of RGB (Red+Green+Blue) = 229+141+237=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #E58DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58DED is #1A7212. Grayscale: #B1B1B1. Windows color (decimal): -1733139 or 15568357. OLE color: 15568357.
HSL color Cylindrical-coordinate representation of color #E58DED: hue angle of 295º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E58DED is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 141 | 237 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.07 |
| HSL | 295º | 0.73% | 0.74% | - |
| HSV(B) | 295º | 0.41% | 0.93% | - |
| XYZ | 57.12 | 41.82 | 85.18 | - |
| YUV | 178.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 237 | 0.03 | 0.41 | 0 | 0.07 | 295 | 0.73 | 0.74 |
| Hex | E5 | 8D | ED | 3 | 29 | 0 | 7 | 127 | 49 | 4A |
| Octal | 345 | 215 | 355 | 3 | 51 | 0 | 7 | 447 | 111 | 112 |
| Binary | 11100101 | 10001101 | 11101101 | 11 | 101001 | 0 | 111 | 100100111 | 1001001 | 1001010 |
Color Harmonies of #E58DED
Complementary color
Monochromatic Colors of #E58DED
Black with #E58DED
Text Example
Text Example
White with #E58DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DED; }
p { color: rgb(229,141,237); }
H1.HeaderClassName
{
color: #E58DED;
}
.AnyTagClassName
{
color: #E58DED;
}
</style>
background-color css
<style>
a { background-color: #E58DED; }
a { background-color: rgb(229,141,237); }
div.DivClassName
{
background-color: #E58DED;
}
.BgClassName
{
background-color: #E58DED;
}
</style>
border-color css
<style>
span { border-color: #E58DED; }
span { border-color: rgb(229,141,237); }
td.TdClassName
{
border-color: #E58DED;
}
.TagClassName
{
border-color: #E58DED;
}
</style>