Shades of Plum #E191DB
Tints of Plum #E191DB
RGB
CMYK
RGB Variations
Color information
#E191DB (or 0xE191DB) is known color: Plum. HEX triplet: E1, 91 and DB. RGB value is (225,145,219). Sum of RGB (Red+Green+Blue) = 225+145+219=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E191DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191DB is #1E6E24. Grayscale: #B1B1B1. Windows color (decimal): -1994277 or 14389729. OLE color: 14389729.
HSL color Cylindrical-coordinate representation of color #E191DB: hue angle of 304.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191DB is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 219 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.12 |
| HSL | 304.5º | 0.57% | 0.73% | - |
| HSV(B) | 304.5º | 0.36% | 0.88% | - |
| XYZ | 53.96 | 41.37 | 72.16 | - |
| YUV | 177.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 219 | 0 | 0.36 | 0.03 | 0.12 | 304.5 | 0.57 | 0.73 |
| Hex | E1 | 91 | DB | 0 | 24 | 3 | C | 130 | 39 | 49 |
| Octal | 341 | 221 | 333 | 0 | 44 | 3 | 14 | 460 | 71 | 111 |
| Binary | 11100001 | 10010001 | 11011011 | 0 | 100100 | 11 | 1100 | 100110000 | 111001 | 1001001 |
Color Harmonies of #E191DB
Complementary color
Monochromatic Colors of #E191DB
Black with #E191DB
Text Example
Text Example
White with #E191DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191DB; }
p { color: rgb(225,145,219); }
H1.HeaderClassName
{
color: #E191DB;
}
.AnyTagClassName
{
color: #E191DB;
}
</style>
background-color css
<style>
a { background-color: #E191DB; }
a { background-color: rgb(225,145,219); }
div.DivClassName
{
background-color: #E191DB;
}
.BgClassName
{
background-color: #E191DB;
}
</style>
border-color css
<style>
span { border-color: #E191DB; }
span { border-color: rgb(225,145,219); }
td.TdClassName
{
border-color: #E191DB;
}
.TagClassName
{
border-color: #E191DB;
}
</style>