Shades of Plum #E59DDA
Tints of Plum #E59DDA
RGB
CMYK
RGB Variations
Color information
#E59DDA (or 0xE59DDA) is known color: Plum. HEX triplet: E5, 9D and DA. RGB value is (229,157,218). Sum of RGB (Red+Green+Blue) = 229+157+218=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DDA is #1A6225. Grayscale: #B9B9B9. Windows color (decimal): -1729062 or 14327269. OLE color: 14327269.
HSL color Cylindrical-coordinate representation of color #E59DDA: hue angle of 309.17º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59DDA is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 218 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.10 |
| HSL | 309.17º | 0.58% | 0.76% | - |
| HSV(B) | 309.17º | 0.31% | 0.9% | - |
| XYZ | 57.02 | 45.83 | 72.17 | - |
| YUV | 185.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 218 | 0 | 0.31 | 0.05 | 0.10 | 309.17 | 0.58 | 0.76 |
| Hex | E5 | 9D | DA | 0 | 1F | 5 | A | 135 | 3A | 4C |
| Octal | 345 | 235 | 332 | 0 | 37 | 5 | 12 | 465 | 72 | 114 |
| Binary | 11100101 | 10011101 | 11011010 | 0 | 11111 | 101 | 1010 | 100110101 | 111010 | 1001100 |
Color Harmonies of #E59DDA
Complementary color
Monochromatic Colors of #E59DDA
Black with #E59DDA
Text Example
Text Example
White with #E59DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DDA; }
p { color: rgb(229,157,218); }
H1.HeaderClassName
{
color: #E59DDA;
}
.AnyTagClassName
{
color: #E59DDA;
}
</style>
background-color css
<style>
a { background-color: #E59DDA; }
a { background-color: rgb(229,157,218); }
div.DivClassName
{
background-color: #E59DDA;
}
.BgClassName
{
background-color: #E59DDA;
}
</style>
border-color css
<style>
span { border-color: #E59DDA; }
span { border-color: rgb(229,157,218); }
td.TdClassName
{
border-color: #E59DDA;
}
.TagClassName
{
border-color: #E59DDA;
}
</style>