Shades of Plum #E58CDA
Tints of Plum #E58CDA
RGB
CMYK
RGB Variations
Color information
#E58CDA (or 0xE58CDA) is known color: Plum. HEX triplet: E5, 8C and DA. RGB value is (229,140,218). Sum of RGB (Red+Green+Blue) = 229+140+218=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CDA is #1A7325. Grayscale: #AFAFAF. Windows color (decimal): -1733414 or 14322917. OLE color: 14322917.
HSL color Cylindrical-coordinate representation of color #E58CDA: hue angle of 307.42º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CDA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 218 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.10 |
| HSL | 307.42º | 0.63% | 0.72% | - |
| HSV(B) | 307.42º | 0.39% | 0.9% | - |
| XYZ | 54.35 | 40.48 | 71.28 | - |
| YUV | 175.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 218 | 0 | 0.39 | 0.05 | 0.10 | 307.42 | 0.63 | 0.72 |
| Hex | E5 | 8C | DA | 0 | 27 | 5 | A | 133 | 3F | 48 |
| Octal | 345 | 214 | 332 | 0 | 47 | 5 | 12 | 463 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11011010 | 0 | 100111 | 101 | 1010 | 100110011 | 111111 | 1001000 |
Color Harmonies of #E58CDA
Complementary color
Monochromatic Colors of #E58CDA
Black with #E58CDA
Text Example
Text Example
White with #E58CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CDA; }
p { color: rgb(229,140,218); }
H1.HeaderClassName
{
color: #E58CDA;
}
.AnyTagClassName
{
color: #E58CDA;
}
</style>
background-color css
<style>
a { background-color: #E58CDA; }
a { background-color: rgb(229,140,218); }
div.DivClassName
{
background-color: #E58CDA;
}
.BgClassName
{
background-color: #E58CDA;
}
</style>
border-color css
<style>
span { border-color: #E58CDA; }
span { border-color: rgb(229,140,218); }
td.TdClassName
{
border-color: #E58CDA;
}
.TagClassName
{
border-color: #E58CDA;
}
</style>