Shades of Plum #E28EE0
Tints of Plum #E28EE0
RGB
CMYK
RGB Variations
Color information
#E28EE0 (or 0xE28EE0) is known color: Plum. HEX triplet: E2, 8E and E0. RGB value is (226,142,224). Sum of RGB (Red+Green+Blue) = 226+142+224=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E28EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28EE0 is #1D711F. Grayscale: #B0B0B0. Windows color (decimal): -1929504 or 14716642. OLE color: 14716642.
HSL color Cylindrical-coordinate representation of color #E28EE0: hue angle of 301.43º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E28EE0 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 224 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.11 |
| HSL | 301.43º | 0.59% | 0.72% | - |
| HSV(B) | 301.43º | 0.37% | 0.89% | - |
| XYZ | 54.49 | 40.9 | 75.54 | - |
| YUV | 176.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 224 | 0 | 0.37 | 0.01 | 0.11 | 301.43 | 0.59 | 0.72 |
| Hex | E2 | 8E | E0 | 0 | 25 | 1 | B | 12D | 3B | 48 |
| Octal | 342 | 216 | 340 | 0 | 45 | 1 | 13 | 455 | 73 | 110 |
| Binary | 11100010 | 10001110 | 11100000 | 0 | 100101 | 1 | 1011 | 100101101 | 111011 | 1001000 |
Color Harmonies of #E28EE0
Complementary color
Monochromatic Colors of #E28EE0
Black with #E28EE0
Text Example
Text Example
White with #E28EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EE0; }
p { color: rgb(226,142,224); }
H1.HeaderClassName
{
color: #E28EE0;
}
.AnyTagClassName
{
color: #E28EE0;
}
</style>
background-color css
<style>
a { background-color: #E28EE0; }
a { background-color: rgb(226,142,224); }
div.DivClassName
{
background-color: #E28EE0;
}
.BgClassName
{
background-color: #E28EE0;
}
</style>
border-color css
<style>
span { border-color: #E28EE0; }
span { border-color: rgb(226,142,224); }
td.TdClassName
{
border-color: #E28EE0;
}
.TagClassName
{
border-color: #E28EE0;
}
</style>