Shades of Plum #E48EE0
Tints of Plum #E48EE0
RGB
CMYK
RGB Variations
Color information
#E48EE0 (or 0xE48EE0) is known color: Plum. HEX triplet: E4, 8E and E0. RGB value is (228,142,224). Sum of RGB (Red+Green+Blue) = 228+142+224=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48EE0 is #1B711F. Grayscale: #B0B0B0. Windows color (decimal): -1798432 or 14716644. OLE color: 14716644.
HSL color Cylindrical-coordinate representation of color #E48EE0: hue angle of 302.79º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48EE0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 224 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.11 |
| HSL | 302.79º | 0.61% | 0.73% | - |
| HSV(B) | 302.79º | 0.38% | 0.89% | - |
| XYZ | 55.12 | 41.22 | 75.57 | - |
| YUV | 177.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 224 | 0 | 0.38 | 0.02 | 0.11 | 302.79 | 0.61 | 0.73 |
| Hex | E4 | 8E | E0 | 0 | 26 | 2 | B | 12F | 3D | 49 |
| Octal | 344 | 216 | 340 | 0 | 46 | 2 | 13 | 457 | 75 | 111 |
| Binary | 11100100 | 10001110 | 11100000 | 0 | 100110 | 10 | 1011 | 100101111 | 111101 | 1001001 |
Color Harmonies of #E48EE0
Complementary color
Monochromatic Colors of #E48EE0
Black with #E48EE0
Text Example
Text Example
White with #E48EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EE0; }
p { color: rgb(228,142,224); }
H1.HeaderClassName
{
color: #E48EE0;
}
.AnyTagClassName
{
color: #E48EE0;
}
</style>
background-color css
<style>
a { background-color: #E48EE0; }
a { background-color: rgb(228,142,224); }
div.DivClassName
{
background-color: #E48EE0;
}
.BgClassName
{
background-color: #E48EE0;
}
</style>
border-color css
<style>
span { border-color: #E48EE0; }
span { border-color: rgb(228,142,224); }
td.TdClassName
{
border-color: #E48EE0;
}
.TagClassName
{
border-color: #E48EE0;
}
</style>