Shades of Plum #E491DB
Tints of Plum #E491DB
RGB
CMYK
RGB Variations
Color information
#E491DB (or 0xE491DB) is known color: Plum. HEX triplet: E4, 91 and DB. RGB value is (228,145,219). Sum of RGB (Red+Green+Blue) = 228+145+219=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E491DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491DB is #1B6E24. Grayscale: #B2B2B2. Windows color (decimal): -1797669 or 14389732. OLE color: 14389732.
HSL color Cylindrical-coordinate representation of color #E491DB: hue angle of 306.51º degrees, saturation: 0.61, 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 #E491DB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 219 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.11 |
| HSL | 306.51º | 0.61% | 0.73% | - |
| HSV(B) | 306.51º | 0.36% | 0.89% | - |
| XYZ | 54.91 | 41.86 | 72.2 | - |
| YUV | 178.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 219 | 0 | 0.36 | 0.04 | 0.11 | 306.51 | 0.61 | 0.73 |
| Hex | E4 | 91 | DB | 0 | 24 | 4 | B | 133 | 3D | 49 |
| Octal | 344 | 221 | 333 | 0 | 44 | 4 | 13 | 463 | 75 | 111 |
| Binary | 11100100 | 10010001 | 11011011 | 0 | 100100 | 100 | 1011 | 100110011 | 111101 | 1001001 |
Color Harmonies of #E491DB
Complementary color
Monochromatic Colors of #E491DB
Black with #E491DB
Text Example
Text Example
White with #E491DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491DB; }
p { color: rgb(228,145,219); }
H1.HeaderClassName
{
color: #E491DB;
}
.AnyTagClassName
{
color: #E491DB;
}
</style>
background-color css
<style>
a { background-color: #E491DB; }
a { background-color: rgb(228,145,219); }
div.DivClassName
{
background-color: #E491DB;
}
.BgClassName
{
background-color: #E491DB;
}
</style>
border-color css
<style>
span { border-color: #E491DB; }
span { border-color: rgb(228,145,219); }
td.TdClassName
{
border-color: #E491DB;
}
.TagClassName
{
border-color: #E491DB;
}
</style>