Shades of Plum #E58EDA
Tints of Plum #E58EDA
RGB
CMYK
RGB Variations
Color information
#E58EDA (or 0xE58EDA) is known color: Plum. HEX triplet: E5, 8E and DA. RGB value is (229,142,218). Sum of RGB (Red+Green+Blue) = 229+142+218=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EDA is #1A7125. Grayscale: #B0B0B0. Windows color (decimal): -1732902 or 14323429. OLE color: 14323429.
HSL color Cylindrical-coordinate representation of color #E58EDA: hue angle of 307.59º 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 #E58EDA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 218 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.10 |
| HSL | 307.59º | 0.63% | 0.73% | - |
| HSV(B) | 307.59º | 0.38% | 0.9% | - |
| XYZ | 54.64 | 41.07 | 71.38 | - |
| YUV | 176.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 218 | 0 | 0.38 | 0.05 | 0.10 | 307.59 | 0.63 | 0.73 |
| Hex | E5 | 8E | DA | 0 | 26 | 5 | A | 134 | 3F | 49 |
| Octal | 345 | 216 | 332 | 0 | 46 | 5 | 12 | 464 | 77 | 111 |
| Binary | 11100101 | 10001110 | 11011010 | 0 | 100110 | 101 | 1010 | 100110100 | 111111 | 1001001 |
Color Harmonies of #E58EDA
Complementary color
Monochromatic Colors of #E58EDA
Black with #E58EDA
Text Example
Text Example
White with #E58EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EDA; }
p { color: rgb(229,142,218); }
H1.HeaderClassName
{
color: #E58EDA;
}
.AnyTagClassName
{
color: #E58EDA;
}
</style>
background-color css
<style>
a { background-color: #E58EDA; }
a { background-color: rgb(229,142,218); }
div.DivClassName
{
background-color: #E58EDA;
}
.BgClassName
{
background-color: #E58EDA;
}
</style>
border-color css
<style>
span { border-color: #E58EDA; }
span { border-color: rgb(229,142,218); }
td.TdClassName
{
border-color: #E58EDA;
}
.TagClassName
{
border-color: #E58EDA;
}
</style>