Shades of Plum #E591DB
Tints of Plum #E591DB
RGB
CMYK
RGB Variations
Color information
#E591DB (or 0xE591DB) is known color: Plum. HEX triplet: E5, 91 and DB. RGB value is (229,145,219). Sum of RGB (Red+Green+Blue) = 229+145+219=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E591DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591DB is #1A6E24. Grayscale: #B2B2B2. Windows color (decimal): -1732133 or 14389733. OLE color: 14389733.
HSL color Cylindrical-coordinate representation of color #E591DB: hue angle of 307.14º 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 #E591DB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 219 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.10 |
| HSL | 307.14º | 0.62% | 0.73% | - |
| HSV(B) | 307.14º | 0.37% | 0.9% | - |
| XYZ | 55.22 | 42.02 | 72.22 | - |
| YUV | 178.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 219 | 0 | 0.37 | 0.04 | 0.10 | 307.14 | 0.62 | 0.73 |
| Hex | E5 | 91 | DB | 0 | 25 | 4 | A | 133 | 3E | 49 |
| Octal | 345 | 221 | 333 | 0 | 45 | 4 | 12 | 463 | 76 | 111 |
| Binary | 11100101 | 10010001 | 11011011 | 0 | 100101 | 100 | 1010 | 100110011 | 111110 | 1001001 |
Color Harmonies of #E591DB
Complementary color
Monochromatic Colors of #E591DB
Black with #E591DB
Text Example
Text Example
White with #E591DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591DB; }
p { color: rgb(229,145,219); }
H1.HeaderClassName
{
color: #E591DB;
}
.AnyTagClassName
{
color: #E591DB;
}
</style>
background-color css
<style>
a { background-color: #E591DB; }
a { background-color: rgb(229,145,219); }
div.DivClassName
{
background-color: #E591DB;
}
.BgClassName
{
background-color: #E591DB;
}
</style>
border-color css
<style>
span { border-color: #E591DB; }
span { border-color: rgb(229,145,219); }
td.TdClassName
{
border-color: #E591DB;
}
.TagClassName
{
border-color: #E591DB;
}
</style>