Shades of Plum #E58EDD
Tints of Plum #E58EDD
RGB
CMYK
RGB Variations
Color information
#E58EDD (or 0xE58EDD) is known color: Plum. HEX triplet: E5, 8E and DD. RGB value is (229,142,221). Sum of RGB (Red+Green+Blue) = 229+142+221=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EDD is #1A7122. Grayscale: #B0B0B0. Windows color (decimal): -1732899 or 14520037. OLE color: 14520037.
HSL color Cylindrical-coordinate representation of color #E58EDD: hue angle of 305.52º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58EDD is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 221 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.10 |
| HSL | 305.52º | 0.63% | 0.73% | - |
| HSV(B) | 305.52º | 0.38% | 0.9% | - |
| XYZ | 55.04 | 41.22 | 73.46 | - |
| YUV | 177.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 221 | 0 | 0.38 | 0.03 | 0.10 | 305.52 | 0.63 | 0.73 |
| Hex | E5 | 8E | DD | 0 | 26 | 3 | A | 132 | 3F | 49 |
| Octal | 345 | 216 | 335 | 0 | 46 | 3 | 12 | 462 | 77 | 111 |
| Binary | 11100101 | 10001110 | 11011101 | 0 | 100110 | 11 | 1010 | 100110010 | 111111 | 1001001 |
Color Harmonies of #E58EDD
Complementary color
Monochromatic Colors of #E58EDD
Black with #E58EDD
Text Example
Text Example
White with #E58EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EDD; }
p { color: rgb(229,142,221); }
H1.HeaderClassName
{
color: #E58EDD;
}
.AnyTagClassName
{
color: #E58EDD;
}
</style>
background-color css
<style>
a { background-color: #E58EDD; }
a { background-color: rgb(229,142,221); }
div.DivClassName
{
background-color: #E58EDD;
}
.BgClassName
{
background-color: #E58EDD;
}
</style>
border-color css
<style>
span { border-color: #E58EDD; }
span { border-color: rgb(229,142,221); }
td.TdClassName
{
border-color: #E58EDD;
}
.TagClassName
{
border-color: #E58EDD;
}
</style>