Shades of Plum #E090D9
Tints of Plum #E090D9
RGB
CMYK
RGB Variations
Color information
#E090D9 (or 0xE090D9) is known color: Plum. HEX triplet: E0, 90 and D9. RGB value is (224,144,217). Sum of RGB (Red+Green+Blue) = 224+144+217=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E090D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090D9 is #1F6F26. Grayscale: #B0B0B0. Windows color (decimal): -2060071 or 14258400. OLE color: 14258400.
HSL color Cylindrical-coordinate representation of color #E090D9: hue angle of 305.25º 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 #E090D9 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 217 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.12 |
| HSL | 305.25º | 0.56% | 0.72% | - |
| HSV(B) | 305.25º | 0.36% | 0.88% | - |
| XYZ | 53.24 | 40.8 | 70.72 | - |
| YUV | 176.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 217 | 0 | 0.36 | 0.03 | 0.12 | 305.25 | 0.56 | 0.72 |
| Hex | E0 | 90 | D9 | 0 | 24 | 3 | C | 131 | 38 | 48 |
| Octal | 340 | 220 | 331 | 0 | 44 | 3 | 14 | 461 | 70 | 110 |
| Binary | 11100000 | 10010000 | 11011001 | 0 | 100100 | 11 | 1100 | 100110001 | 111000 | 1001000 |
Color Harmonies of #E090D9
Complementary color
Monochromatic Colors of #E090D9
Black with #E090D9
Text Example
Text Example
White with #E090D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090D9; }
p { color: rgb(224,144,217); }
H1.HeaderClassName
{
color: #E090D9;
}
.AnyTagClassName
{
color: #E090D9;
}
</style>
background-color css
<style>
a { background-color: #E090D9; }
a { background-color: rgb(224,144,217); }
div.DivClassName
{
background-color: #E090D9;
}
.BgClassName
{
background-color: #E090D9;
}
</style>
border-color css
<style>
span { border-color: #E090D9; }
span { border-color: rgb(224,144,217); }
td.TdClassName
{
border-color: #E090D9;
}
.TagClassName
{
border-color: #E090D9;
}
</style>