Shades of Plum #E090D8
Tints of Plum #E090D8
RGB
CMYK
RGB Variations
Color information
#E090D8 (or 0xE090D8) is known color: Plum. HEX triplet: E0, 90 and D8. RGB value is (224,144,216). Sum of RGB (Red+Green+Blue) = 224+144+216=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E090D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090D8 is #1F6F27. Grayscale: #AFAFAF. Windows color (decimal): -2060072 or 14192864. OLE color: 14192864.
HSL color Cylindrical-coordinate representation of color #E090D8: hue angle of 306º 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 #E090D8 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 216 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.12 |
| HSL | 306º | 0.56% | 0.72% | - |
| HSV(B) | 306º | 0.36% | 0.88% | - |
| XYZ | 53.11 | 40.75 | 70.03 | - |
| YUV | 176.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 216 | 0 | 0.36 | 0.04 | 0.12 | 306 | 0.56 | 0.72 |
| Hex | E0 | 90 | D8 | 0 | 24 | 4 | C | 132 | 38 | 48 |
| Octal | 340 | 220 | 330 | 0 | 44 | 4 | 14 | 462 | 70 | 110 |
| Binary | 11100000 | 10010000 | 11011000 | 0 | 100100 | 100 | 1100 | 100110010 | 111000 | 1001000 |
Color Harmonies of #E090D8
Complementary color
Monochromatic Colors of #E090D8
Black with #E090D8
Text Example
Text Example
White with #E090D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090D8; }
p { color: rgb(224,144,216); }
H1.HeaderClassName
{
color: #E090D8;
}
.AnyTagClassName
{
color: #E090D8;
}
</style>
background-color css
<style>
a { background-color: #E090D8; }
a { background-color: rgb(224,144,216); }
div.DivClassName
{
background-color: #E090D8;
}
.BgClassName
{
background-color: #E090D8;
}
</style>
border-color css
<style>
span { border-color: #E090D8; }
span { border-color: rgb(224,144,216); }
td.TdClassName
{
border-color: #E090D8;
}
.TagClassName
{
border-color: #E090D8;
}
</style>