Shades of Plum #E090DB
Tints of Plum #E090DB
RGB
CMYK
RGB Variations
Color information
#E090DB (or 0xE090DB) is known color: Plum. HEX triplet: E0, 90 and DB. RGB value is (224,144,219). Sum of RGB (Red+Green+Blue) = 224+144+219=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E090DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090DB is #1F6F24. Grayscale: #B0B0B0. Windows color (decimal): -2060069 or 14389472. OLE color: 14389472.
HSL color Cylindrical-coordinate representation of color #E090DB: hue angle of 303.75º degrees, saturation: 0.56, 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 #E090DB is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 219 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.12 |
| HSL | 303.75º | 0.56% | 0.72% | - |
| HSV(B) | 303.75º | 0.36% | 0.88% | - |
| XYZ | 53.5 | 40.91 | 72.09 | - |
| YUV | 176.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 219 | 0 | 0.36 | 0.02 | 0.12 | 303.75 | 0.56 | 0.72 |
| Hex | E0 | 90 | DB | 0 | 24 | 2 | C | 130 | 38 | 48 |
| Octal | 340 | 220 | 333 | 0 | 44 | 2 | 14 | 460 | 70 | 110 |
| Binary | 11100000 | 10010000 | 11011011 | 0 | 100100 | 10 | 1100 | 100110000 | 111000 | 1001000 |
Color Harmonies of #E090DB
Complementary color
Monochromatic Colors of #E090DB
Black with #E090DB
Text Example
Text Example
White with #E090DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090DB; }
p { color: rgb(224,144,219); }
H1.HeaderClassName
{
color: #E090DB;
}
.AnyTagClassName
{
color: #E090DB;
}
</style>
background-color css
<style>
a { background-color: #E090DB; }
a { background-color: rgb(224,144,219); }
div.DivClassName
{
background-color: #E090DB;
}
.BgClassName
{
background-color: #E090DB;
}
</style>
border-color css
<style>
span { border-color: #E090DB; }
span { border-color: rgb(224,144,219); }
td.TdClassName
{
border-color: #E090DB;
}
.TagClassName
{
border-color: #E090DB;
}
</style>