Shades of Plum #E59CDD
Tints of Plum #E59CDD
RGB
CMYK
RGB Variations
Color information
#E59CDD (or 0xE59CDD) is known color: Plum. HEX triplet: E5, 9C and DD. RGB value is (229,156,221). Sum of RGB (Red+Green+Blue) = 229+156+221=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CDD is #1A6322. Grayscale: #B9B9B9. Windows color (decimal): -1729315 or 14523621. OLE color: 14523621.
HSL color Cylindrical-coordinate representation of color #E59CDD: hue angle of 306.58º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CDD is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 221 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.10 |
| HSL | 306.58º | 0.58% | 0.75% | - |
| HSV(B) | 306.58º | 0.32% | 0.9% | - |
| XYZ | 57.25 | 45.66 | 74.2 | - |
| YUV | 185.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 221 | 0 | 0.32 | 0.03 | 0.10 | 306.58 | 0.58 | 0.75 |
| Hex | E5 | 9C | DD | 0 | 20 | 3 | A | 133 | 3A | 4B |
| Octal | 345 | 234 | 335 | 0 | 40 | 3 | 12 | 463 | 72 | 113 |
| Binary | 11100101 | 10011100 | 11011101 | 0 | 100000 | 11 | 1010 | 100110011 | 111010 | 1001011 |
Color Harmonies of #E59CDD
Complementary color
Monochromatic Colors of #E59CDD
Black with #E59CDD
Text Example
Text Example
White with #E59CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CDD; }
p { color: rgb(229,156,221); }
H1.HeaderClassName
{
color: #E59CDD;
}
.AnyTagClassName
{
color: #E59CDD;
}
</style>
background-color css
<style>
a { background-color: #E59CDD; }
a { background-color: rgb(229,156,221); }
div.DivClassName
{
background-color: #E59CDD;
}
.BgClassName
{
background-color: #E59CDD;
}
</style>
border-color css
<style>
span { border-color: #E59CDD; }
span { border-color: rgb(229,156,221); }
td.TdClassName
{
border-color: #E59CDD;
}
.TagClassName
{
border-color: #E59CDD;
}
</style>