Shades of Plum #E391DB
Tints of Plum #E391DB
RGB
CMYK
RGB Variations
Color information
#E391DB (or 0xE391DB) is known color: Plum. HEX triplet: E3, 91 and DB. RGB value is (227,145,219). Sum of RGB (Red+Green+Blue) = 227+145+219=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E391DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391DB is #1C6E24. Grayscale: #B1B1B1. Windows color (decimal): -1863205 or 14389731. OLE color: 14389731.
HSL color Cylindrical-coordinate representation of color #E391DB: hue angle of 305.85º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E391DB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 219 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.11 |
| HSL | 305.85º | 0.59% | 0.73% | - |
| HSV(B) | 305.85º | 0.36% | 0.89% | - |
| XYZ | 54.59 | 41.7 | 72.19 | - |
| YUV | 177.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 219 | 0 | 0.36 | 0.04 | 0.11 | 305.85 | 0.59 | 0.73 |
| Hex | E3 | 91 | DB | 0 | 24 | 4 | B | 132 | 3B | 49 |
| Octal | 343 | 221 | 333 | 0 | 44 | 4 | 13 | 462 | 73 | 111 |
| Binary | 11100011 | 10010001 | 11011011 | 0 | 100100 | 100 | 1011 | 100110010 | 111011 | 1001001 |
Color Harmonies of #E391DB
Complementary color
Monochromatic Colors of #E391DB
Black with #E391DB
Text Example
Text Example
White with #E391DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E391DB; }
p { color: rgb(227,145,219); }
H1.HeaderClassName
{
color: #E391DB;
}
.AnyTagClassName
{
color: #E391DB;
}
</style>
background-color css
<style>
a { background-color: #E391DB; }
a { background-color: rgb(227,145,219); }
div.DivClassName
{
background-color: #E391DB;
}
.BgClassName
{
background-color: #E391DB;
}
</style>
border-color css
<style>
span { border-color: #E391DB; }
span { border-color: rgb(227,145,219); }
td.TdClassName
{
border-color: #E391DB;
}
.TagClassName
{
border-color: #E391DB;
}
</style>