Shades of Plum #E190DB
Tints of Plum #E190DB
RGB
CMYK
RGB Variations
Color information
#E190DB (or 0xE190DB) is known color: Plum. HEX triplet: E1, 90 and DB. RGB value is (225,144,219). Sum of RGB (Red+Green+Blue) = 225+144+219=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E190DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190DB is #1E6F24. Grayscale: #B0B0B0. Windows color (decimal): -1994533 or 14389473. OLE color: 14389473.
HSL color Cylindrical-coordinate representation of color #E190DB: hue angle of 304.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190DB is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 219 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.12 |
| HSL | 304.44º | 0.57% | 0.72% | - |
| HSV(B) | 304.44º | 0.36% | 0.88% | - |
| XYZ | 53.81 | 41.07 | 72.11 | - |
| YUV | 176.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 219 | 0 | 0.36 | 0.03 | 0.12 | 304.44 | 0.57 | 0.72 |
| Hex | E1 | 90 | DB | 0 | 24 | 3 | C | 130 | 39 | 48 |
| Octal | 341 | 220 | 333 | 0 | 44 | 3 | 14 | 460 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11011011 | 0 | 100100 | 11 | 1100 | 100110000 | 111001 | 1001000 |
Color Harmonies of #E190DB
Complementary color
Monochromatic Colors of #E190DB
Black with #E190DB
Text Example
Text Example
White with #E190DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190DB; }
p { color: rgb(225,144,219); }
H1.HeaderClassName
{
color: #E190DB;
}
.AnyTagClassName
{
color: #E190DB;
}
</style>
background-color css
<style>
a { background-color: #E190DB; }
a { background-color: rgb(225,144,219); }
div.DivClassName
{
background-color: #E190DB;
}
.BgClassName
{
background-color: #E190DB;
}
</style>
border-color css
<style>
span { border-color: #E190DB; }
span { border-color: rgb(225,144,219); }
td.TdClassName
{
border-color: #E190DB;
}
.TagClassName
{
border-color: #E190DB;
}
</style>