Shades of Plum #E590DB
Tints of Plum #E590DB
RGB
CMYK
RGB Variations
Color information
#E590DB (or 0xE590DB) is known color: Plum. HEX triplet: E5, 90 and DB. RGB value is (229,144,219). Sum of RGB (Red+Green+Blue) = 229+144+219=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E590DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590DB is #1A6F24. Grayscale: #B1B1B1. Windows color (decimal): -1732389 or 14389477. OLE color: 14389477.
HSL color Cylindrical-coordinate representation of color #E590DB: hue angle of 307.06º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590DB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 219 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.10 |
| HSL | 307.06º | 0.62% | 0.73% | - |
| HSV(B) | 307.06º | 0.37% | 0.9% | - |
| XYZ | 55.07 | 41.72 | 72.17 | - |
| YUV | 177.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 219 | 0 | 0.37 | 0.04 | 0.10 | 307.06 | 0.62 | 0.73 |
| Hex | E5 | 90 | DB | 0 | 25 | 4 | A | 133 | 3E | 49 |
| Octal | 345 | 220 | 333 | 0 | 45 | 4 | 12 | 463 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11011011 | 0 | 100101 | 100 | 1010 | 100110011 | 111110 | 1001001 |
Color Harmonies of #E590DB
Complementary color
Monochromatic Colors of #E590DB
Black with #E590DB
Text Example
Text Example
White with #E590DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590DB; }
p { color: rgb(229,144,219); }
H1.HeaderClassName
{
color: #E590DB;
}
.AnyTagClassName
{
color: #E590DB;
}
</style>
background-color css
<style>
a { background-color: #E590DB; }
a { background-color: rgb(229,144,219); }
div.DivClassName
{
background-color: #E590DB;
}
.BgClassName
{
background-color: #E590DB;
}
</style>
border-color css
<style>
span { border-color: #E590DB; }
span { border-color: rgb(229,144,219); }
td.TdClassName
{
border-color: #E590DB;
}
.TagClassName
{
border-color: #E590DB;
}
</style>