Shades of Plum #E59DD7
Tints of Plum #E59DD7
RGB
CMYK
RGB Variations
Color information
#E59DD7 (or 0xE59DD7) is known color: Plum. HEX triplet: E5, 9D and D7. RGB value is (229,157,215). Sum of RGB (Red+Green+Blue) = 229+157+215=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DD7 is #1A6228. Grayscale: #B8B8B8. Windows color (decimal): -1729065 or 14130661. OLE color: 14130661.
HSL color Cylindrical-coordinate representation of color #E59DD7: hue angle of 311.67º 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 #E59DD7 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 215 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.10 |
| HSL | 311.67º | 0.58% | 0.76% | - |
| HSV(B) | 311.67º | 0.31% | 0.9% | - |
| XYZ | 56.64 | 45.68 | 70.12 | - |
| YUV | 185.14 | 144.85 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 215 | 0 | 0.31 | 0.06 | 0.10 | 311.67 | 0.58 | 0.76 |
| Hex | E5 | 9D | D7 | 0 | 1F | 6 | A | 138 | 3A | 4C |
| Octal | 345 | 235 | 327 | 0 | 37 | 6 | 12 | 470 | 72 | 114 |
| Binary | 11100101 | 10011101 | 11010111 | 0 | 11111 | 110 | 1010 | 100111000 | 111010 | 1001100 |
Color Harmonies of #E59DD7
Complementary color
Monochromatic Colors of #E59DD7
Black with #E59DD7
Text Example
Text Example
White with #E59DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DD7; }
p { color: rgb(229,157,215); }
H1.HeaderClassName
{
color: #E59DD7;
}
.AnyTagClassName
{
color: #E59DD7;
}
</style>
background-color css
<style>
a { background-color: #E59DD7; }
a { background-color: rgb(229,157,215); }
div.DivClassName
{
background-color: #E59DD7;
}
.BgClassName
{
background-color: #E59DD7;
}
</style>
border-color css
<style>
span { border-color: #E59DD7; }
span { border-color: rgb(229,157,215); }
td.TdClassName
{
border-color: #E59DD7;
}
.TagClassName
{
border-color: #E59DD7;
}
</style>