Shades of Plum #E290DB
Tints of Plum #E290DB
RGB
CMYK
RGB Variations
Color information
#E290DB (or 0xE290DB) is known color: Plum. HEX triplet: E2, 90 and DB. RGB value is (226,144,219). Sum of RGB (Red+Green+Blue) = 226+144+219=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E290DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290DB is #1D6F24. Grayscale: #B0B0B0. Windows color (decimal): -1928997 or 14389474. OLE color: 14389474.
HSL color Cylindrical-coordinate representation of color #E290DB: hue angle of 305.12º 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 #E290DB is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 219 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.11 |
| HSL | 305.12º | 0.59% | 0.73% | - |
| HSV(B) | 305.12º | 0.36% | 0.89% | - |
| XYZ | 54.12 | 41.23 | 72.12 | - |
| YUV | 177.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 219 | 0 | 0.36 | 0.03 | 0.11 | 305.12 | 0.59 | 0.73 |
| Hex | E2 | 90 | DB | 0 | 24 | 3 | B | 131 | 3B | 49 |
| Octal | 342 | 220 | 333 | 0 | 44 | 3 | 13 | 461 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11011011 | 0 | 100100 | 11 | 1011 | 100110001 | 111011 | 1001001 |
Color Harmonies of #E290DB
Complementary color
Monochromatic Colors of #E290DB
Black with #E290DB
Text Example
Text Example
White with #E290DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290DB; }
p { color: rgb(226,144,219); }
H1.HeaderClassName
{
color: #E290DB;
}
.AnyTagClassName
{
color: #E290DB;
}
</style>
background-color css
<style>
a { background-color: #E290DB; }
a { background-color: rgb(226,144,219); }
div.DivClassName
{
background-color: #E290DB;
}
.BgClassName
{
background-color: #E290DB;
}
</style>
border-color css
<style>
span { border-color: #E290DB; }
span { border-color: rgb(226,144,219); }
td.TdClassName
{
border-color: #E290DB;
}
.TagClassName
{
border-color: #E290DB;
}
</style>