Shades of Plum #E59DDC
Tints of Plum #E59DDC
RGB
CMYK
RGB Variations
Color information
#E59DDC (or 0xE59DDC) is known color: Plum. HEX triplet: E5, 9D and DC. RGB value is (229,157,220). Sum of RGB (Red+Green+Blue) = 229+157+220=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DDC is #1A6223. Grayscale: #B9B9B9. Windows color (decimal): -1729060 or 14458341. OLE color: 14458341.
HSL color Cylindrical-coordinate representation of color #E59DDC: hue angle of 307.5º 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 #E59DDC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 220 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.10 |
| HSL | 307.5º | 0.58% | 0.76% | - |
| HSV(B) | 307.5º | 0.31% | 0.9% | - |
| XYZ | 57.29 | 45.94 | 73.56 | - |
| YUV | 185.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 220 | 0 | 0.31 | 0.04 | 0.10 | 307.5 | 0.58 | 0.76 |
| Hex | E5 | 9D | DC | 0 | 1F | 4 | A | 134 | 3A | 4C |
| Octal | 345 | 235 | 334 | 0 | 37 | 4 | 12 | 464 | 72 | 114 |
| Binary | 11100101 | 10011101 | 11011100 | 0 | 11111 | 100 | 1010 | 100110100 | 111010 | 1001100 |
Color Harmonies of #E59DDC
Complementary color
Monochromatic Colors of #E59DDC
Black with #E59DDC
Text Example
Text Example
White with #E59DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DDC; }
p { color: rgb(229,157,220); }
H1.HeaderClassName
{
color: #E59DDC;
}
.AnyTagClassName
{
color: #E59DDC;
}
</style>
background-color css
<style>
a { background-color: #E59DDC; }
a { background-color: rgb(229,157,220); }
div.DivClassName
{
background-color: #E59DDC;
}
.BgClassName
{
background-color: #E59DDC;
}
</style>
border-color css
<style>
span { border-color: #E59DDC; }
span { border-color: rgb(229,157,220); }
td.TdClassName
{
border-color: #E59DDC;
}
.TagClassName
{
border-color: #E59DDC;
}
</style>