Shades of Plum #E59BDA
Tints of Plum #E59BDA
RGB
CMYK
RGB Variations
Color information
#E59BDA (or 0xE59BDA) is known color: Plum. HEX triplet: E5, 9B and DA. RGB value is (229,155,218). Sum of RGB (Red+Green+Blue) = 229+155+218=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BDA is #1A6425. Grayscale: #B8B8B8. Windows color (decimal): -1729574 or 14326757. OLE color: 14326757.
HSL color Cylindrical-coordinate representation of color #E59BDA: hue angle of 308.92º 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 #E59BDA is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 218 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.10 |
| HSL | 308.92º | 0.59% | 0.75% | - |
| HSV(B) | 308.92º | 0.32% | 0.9% | - |
| XYZ | 56.69 | 45.16 | 72.06 | - |
| YUV | 184.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 218 | 0 | 0.32 | 0.05 | 0.10 | 308.92 | 0.59 | 0.75 |
| Hex | E5 | 9B | DA | 0 | 20 | 5 | A | 135 | 3B | 4B |
| Octal | 345 | 233 | 332 | 0 | 40 | 5 | 12 | 465 | 73 | 113 |
| Binary | 11100101 | 10011011 | 11011010 | 0 | 100000 | 101 | 1010 | 100110101 | 111011 | 1001011 |
Color Harmonies of #E59BDA
Complementary color
Monochromatic Colors of #E59BDA
Black with #E59BDA
Text Example
Text Example
White with #E59BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BDA; }
p { color: rgb(229,155,218); }
H1.HeaderClassName
{
color: #E59BDA;
}
.AnyTagClassName
{
color: #E59BDA;
}
</style>
background-color css
<style>
a { background-color: #E59BDA; }
a { background-color: rgb(229,155,218); }
div.DivClassName
{
background-color: #E59BDA;
}
.BgClassName
{
background-color: #E59BDA;
}
</style>
border-color css
<style>
span { border-color: #E59BDA; }
span { border-color: rgb(229,155,218); }
td.TdClassName
{
border-color: #E59BDA;
}
.TagClassName
{
border-color: #E59BDA;
}
</style>