Shades of Plum #E090E4
Tints of Plum #E090E4
RGB
CMYK
RGB Variations
Color information
#E090E4 (or 0xE090E4) is known color: Plum. HEX triplet: E0, 90 and E4. RGB value is (224,144,228). Sum of RGB (Red+Green+Blue) = 224+144+228=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #E090E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090E4 is #1F6F1B. Grayscale: #B1B1B1. Windows color (decimal): -2060060 or 14979296. OLE color: 14979296.
HSL color Cylindrical-coordinate representation of color #E090E4: hue angle of 297.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E090E4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 144 | 228 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.11 |
| HSL | 297.14º | 0.61% | 0.73% | - |
| HSV(B) | 297.14º | 0.37% | 0.89% | - |
| XYZ | 54.72 | 41.4 | 78.5 | - |
| YUV | 177.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 228 | 0.02 | 0.37 | 0 | 0.11 | 297.14 | 0.61 | 0.73 |
| Hex | E0 | 90 | E4 | 2 | 25 | 0 | B | 129 | 3D | 49 |
| Octal | 340 | 220 | 344 | 2 | 45 | 0 | 13 | 451 | 75 | 111 |
| Binary | 11100000 | 10010000 | 11100100 | 10 | 100101 | 0 | 1011 | 100101001 | 111101 | 1001001 |
Color Harmonies of #E090E4
Complementary color
Monochromatic Colors of #E090E4
Black with #E090E4
Text Example
Text Example
White with #E090E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090E4; }
p { color: rgb(224,144,228); }
H1.HeaderClassName
{
color: #E090E4;
}
.AnyTagClassName
{
color: #E090E4;
}
</style>
background-color css
<style>
a { background-color: #E090E4; }
a { background-color: rgb(224,144,228); }
div.DivClassName
{
background-color: #E090E4;
}
.BgClassName
{
background-color: #E090E4;
}
</style>
border-color css
<style>
span { border-color: #E090E4; }
span { border-color: rgb(224,144,228); }
td.TdClassName
{
border-color: #E090E4;
}
.TagClassName
{
border-color: #E090E4;
}
</style>