Shades of Plum #E58DDD
Tints of Plum #E58DDD
RGB
CMYK
RGB Variations
Color information
#E58DDD (or 0xE58DDD) is known color: Plum. HEX triplet: E5, 8D and DD. RGB value is (229,141,221). Sum of RGB (Red+Green+Blue) = 229+141+221=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DDD is #1A7222. Grayscale: #B0B0B0. Windows color (decimal): -1733155 or 14519781. OLE color: 14519781.
HSL color Cylindrical-coordinate representation of color #E58DDD: hue angle of 305.45º 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 #E58DDD is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 221 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.10 |
| HSL | 305.45º | 0.63% | 0.73% | - |
| HSV(B) | 305.45º | 0.38% | 0.9% | - |
| XYZ | 54.89 | 40.93 | 73.41 | - |
| YUV | 176.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 221 | 0 | 0.38 | 0.03 | 0.10 | 305.45 | 0.63 | 0.73 |
| Hex | E5 | 8D | DD | 0 | 26 | 3 | A | 131 | 3F | 49 |
| Octal | 345 | 215 | 335 | 0 | 46 | 3 | 12 | 461 | 77 | 111 |
| Binary | 11100101 | 10001101 | 11011101 | 0 | 100110 | 11 | 1010 | 100110001 | 111111 | 1001001 |
Color Harmonies of #E58DDD
Complementary color
Monochromatic Colors of #E58DDD
Black with #E58DDD
Text Example
Text Example
White with #E58DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DDD; }
p { color: rgb(229,141,221); }
H1.HeaderClassName
{
color: #E58DDD;
}
.AnyTagClassName
{
color: #E58DDD;
}
</style>
background-color css
<style>
a { background-color: #E58DDD; }
a { background-color: rgb(229,141,221); }
div.DivClassName
{
background-color: #E58DDD;
}
.BgClassName
{
background-color: #E58DDD;
}
</style>
border-color css
<style>
span { border-color: #E58DDD; }
span { border-color: rgb(229,141,221); }
td.TdClassName
{
border-color: #E58DDD;
}
.TagClassName
{
border-color: #E58DDD;
}
</style>