Shades of Plum #E59BD7
Tints of Plum #E59BD7
RGB
CMYK
RGB Variations
Color information
#E59BD7 (or 0xE59BD7) is known color: Plum. HEX triplet: E5, 9B and D7. RGB value is (229,155,215). Sum of RGB (Red+Green+Blue) = 229+155+215=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BD7 is #1A6428. Grayscale: #B7B7B7. Windows color (decimal): -1729577 or 14130149. OLE color: 14130149.
HSL color Cylindrical-coordinate representation of color #E59BD7: hue angle of 311.35º degrees, saturation: 0.59, 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 #E59BD7 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 215 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.10 |
| HSL | 311.35º | 0.59% | 0.75% | - |
| HSV(B) | 311.35º | 0.32% | 0.9% | - |
| XYZ | 56.3 | 45.01 | 70.01 | - |
| YUV | 183.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 215 | 0 | 0.32 | 0.06 | 0.10 | 311.35 | 0.59 | 0.75 |
| Hex | E5 | 9B | D7 | 0 | 20 | 6 | A | 137 | 3B | 4B |
| Octal | 345 | 233 | 327 | 0 | 40 | 6 | 12 | 467 | 73 | 113 |
| Binary | 11100101 | 10011011 | 11010111 | 0 | 100000 | 110 | 1010 | 100110111 | 111011 | 1001011 |
Color Harmonies of #E59BD7
Complementary color
Monochromatic Colors of #E59BD7
Black with #E59BD7
Text Example
Text Example
White with #E59BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BD7; }
p { color: rgb(229,155,215); }
H1.HeaderClassName
{
color: #E59BD7;
}
.AnyTagClassName
{
color: #E59BD7;
}
</style>
background-color css
<style>
a { background-color: #E59BD7; }
a { background-color: rgb(229,155,215); }
div.DivClassName
{
background-color: #E59BD7;
}
.BgClassName
{
background-color: #E59BD7;
}
</style>
border-color css
<style>
span { border-color: #E59BD7; }
span { border-color: rgb(229,155,215); }
td.TdClassName
{
border-color: #E59BD7;
}
.TagClassName
{
border-color: #E59BD7;
}
</style>