Shades of Plum #E090E0
Tints of Plum #E090E0
RGB
CMYK
RGB Variations
Color information
#E090E0 (or 0xE090E0) is known color: Plum. HEX triplet: E0, 90 and E0. RGB value is (224,144,224). Sum of RGB (Red+Green+Blue) = 224+144+224=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E090E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090E0 is #1F6F1F. Grayscale: #B0B0B0. Windows color (decimal): -2060064 or 14717152. OLE color: 14717152.
HSL color Cylindrical-coordinate representation of color #E090E0: hue angle of 300º 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 #E090E0 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 224 | - |
| CMYK | 0 | 0.36 | 0 | 0.12 |
| HSL | 300º | 0.56% | 0.72% | - |
| HSV(B) | 300º | 0.36% | 0.88% | - |
| XYZ | 54.17 | 41.18 | 75.61 | - |
| YUV | 177.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 224 | 0 | 0.36 | 0 | 0.12 | 300 | 0.56 | 0.72 |
| Hex | E0 | 90 | E0 | 0 | 24 | 0 | C | 12C | 38 | 48 |
| Octal | 340 | 220 | 340 | 0 | 44 | 0 | 14 | 454 | 70 | 110 |
| Binary | 11100000 | 10010000 | 11100000 | 0 | 100100 | 0 | 1100 | 100101100 | 111000 | 1001000 |
Color Harmonies of #E090E0
Complementary color
Monochromatic Colors of #E090E0
Black with #E090E0
Text Example
Text Example
White with #E090E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090E0; }
p { color: rgb(224,144,224); }
H1.HeaderClassName
{
color: #E090E0;
}
.AnyTagClassName
{
color: #E090E0;
}
</style>
background-color css
<style>
a { background-color: #E090E0; }
a { background-color: rgb(224,144,224); }
div.DivClassName
{
background-color: #E090E0;
}
.BgClassName
{
background-color: #E090E0;
}
</style>
border-color css
<style>
span { border-color: #E090E0; }
span { border-color: rgb(224,144,224); }
td.TdClassName
{
border-color: #E090E0;
}
.TagClassName
{
border-color: #E090E0;
}
</style>