Shades of Plum #E59BDF
Tints of Plum #E59BDF
RGB
CMYK
RGB Variations
Color information
#E59BDF (or 0xE59BDF) is known color: Plum. HEX triplet: E5, 9B and DF. RGB value is (229,155,223). Sum of RGB (Red+Green+Blue) = 229+155+223=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BDF is #1A6420. Grayscale: #B8B8B8. Windows color (decimal): -1729569 or 14654437. OLE color: 14654437.
HSL color Cylindrical-coordinate representation of color #E59BDF: hue angle of 304.86º 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 #E59BDF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 223 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.10 |
| HSL | 304.86º | 0.59% | 0.75% | - |
| HSV(B) | 304.86º | 0.32% | 0.9% | - |
| XYZ | 57.35 | 45.43 | 75.56 | - |
| YUV | 184.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 223 | 0 | 0.32 | 0.03 | 0.10 | 304.86 | 0.59 | 0.75 |
| Hex | E5 | 9B | DF | 0 | 20 | 3 | A | 131 | 3B | 4B |
| Octal | 345 | 233 | 337 | 0 | 40 | 3 | 12 | 461 | 73 | 113 |
| Binary | 11100101 | 10011011 | 11011111 | 0 | 100000 | 11 | 1010 | 100110001 | 111011 | 1001011 |
Color Harmonies of #E59BDF
Complementary color
Monochromatic Colors of #E59BDF
Black with #E59BDF
Text Example
Text Example
White with #E59BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BDF; }
p { color: rgb(229,155,223); }
H1.HeaderClassName
{
color: #E59BDF;
}
.AnyTagClassName
{
color: #E59BDF;
}
</style>
background-color css
<style>
a { background-color: #E59BDF; }
a { background-color: rgb(229,155,223); }
div.DivClassName
{
background-color: #E59BDF;
}
.BgClassName
{
background-color: #E59BDF;
}
</style>
border-color css
<style>
span { border-color: #E59BDF; }
span { border-color: rgb(229,155,223); }
td.TdClassName
{
border-color: #E59BDF;
}
.TagClassName
{
border-color: #E59BDF;
}
</style>