Shades of Plum #E091DB
Tints of Plum #E091DB
RGB
CMYK
RGB Variations
Color information
#E091DB (or 0xE091DB) is known color: Plum. HEX triplet: E0, 91 and DB. RGB value is (224,145,219). Sum of RGB (Red+Green+Blue) = 224+145+219=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E091DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091DB is #1F6E24. Grayscale: #B0B0B0. Windows color (decimal): -2059813 or 14389728. OLE color: 14389728.
HSL color Cylindrical-coordinate representation of color #E091DB: hue angle of 303.8º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091DB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 219 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.12 |
| HSL | 303.8º | 0.56% | 0.72% | - |
| HSV(B) | 303.8º | 0.35% | 0.88% | - |
| XYZ | 53.65 | 41.21 | 72.14 | - |
| YUV | 177.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 219 | 0 | 0.35 | 0.02 | 0.12 | 303.8 | 0.56 | 0.72 |
| Hex | E0 | 91 | DB | 0 | 23 | 2 | C | 130 | 38 | 48 |
| Octal | 340 | 221 | 333 | 0 | 43 | 2 | 14 | 460 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11011011 | 0 | 100011 | 10 | 1100 | 100110000 | 111000 | 1001000 |
Color Harmonies of #E091DB
Complementary color
Monochromatic Colors of #E091DB
Black with #E091DB
Text Example
Text Example
White with #E091DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091DB; }
p { color: rgb(224,145,219); }
H1.HeaderClassName
{
color: #E091DB;
}
.AnyTagClassName
{
color: #E091DB;
}
</style>
background-color css
<style>
a { background-color: #E091DB; }
a { background-color: rgb(224,145,219); }
div.DivClassName
{
background-color: #E091DB;
}
.BgClassName
{
background-color: #E091DB;
}
</style>
border-color css
<style>
span { border-color: #E091DB; }
span { border-color: rgb(224,145,219); }
td.TdClassName
{
border-color: #E091DB;
}
.TagClassName
{
border-color: #E091DB;
}
</style>