Shades of Plum #E090DD
Tints of Plum #E090DD
RGB
CMYK
RGB Variations
Color information
#E090DD (or 0xE090DD) is known color: Plum. HEX triplet: E0, 90 and DD. RGB value is (224,144,221). Sum of RGB (Red+Green+Blue) = 224+144+221=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E090DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090DD is #1F6F22. Grayscale: #B0B0B0. Windows color (decimal): -2060067 or 14520544. OLE color: 14520544.
HSL color Cylindrical-coordinate representation of color #E090DD: hue angle of 302.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 #E090DD is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 221 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.12 |
| HSL | 302.25º | 0.56% | 0.72% | - |
| HSV(B) | 302.25º | 0.36% | 0.88% | - |
| XYZ | 53.76 | 41.01 | 73.49 | - |
| YUV | 176.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 221 | 0 | 0.36 | 0.01 | 0.12 | 302.25 | 0.56 | 0.72 |
| Hex | E0 | 90 | DD | 0 | 24 | 1 | C | 12E | 38 | 48 |
| Octal | 340 | 220 | 335 | 0 | 44 | 1 | 14 | 456 | 70 | 110 |
| Binary | 11100000 | 10010000 | 11011101 | 0 | 100100 | 1 | 1100 | 100101110 | 111000 | 1001000 |
Color Harmonies of #E090DD
Complementary color
Monochromatic Colors of #E090DD
Black with #E090DD
Text Example
Text Example
White with #E090DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090DD; }
p { color: rgb(224,144,221); }
H1.HeaderClassName
{
color: #E090DD;
}
.AnyTagClassName
{
color: #E090DD;
}
</style>
background-color css
<style>
a { background-color: #E090DD; }
a { background-color: rgb(224,144,221); }
div.DivClassName
{
background-color: #E090DD;
}
.BgClassName
{
background-color: #E090DD;
}
</style>
border-color css
<style>
span { border-color: #E090DD; }
span { border-color: rgb(224,144,221); }
td.TdClassName
{
border-color: #E090DD;
}
.TagClassName
{
border-color: #E090DD;
}
</style>