Shades of Plum #E48EDE
Tints of Plum #E48EDE
RGB
CMYK
RGB Variations
Color information
#E48EDE (or 0xE48EDE) is known color: Plum. HEX triplet: E4, 8E and DE. RGB value is (228,142,222). Sum of RGB (Red+Green+Blue) = 228+142+222=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48EDE is #1B7121. Grayscale: #B0B0B0. Windows color (decimal): -1798434 or 14585572. OLE color: 14585572.
HSL color Cylindrical-coordinate representation of color #E48EDE: hue angle of 304.19º 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 #E48EDE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 222 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.11 |
| HSL | 304.19º | 0.61% | 0.73% | - |
| HSV(B) | 304.19º | 0.38% | 0.89% | - |
| XYZ | 54.85 | 41.11 | 74.15 | - |
| YUV | 176.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 222 | 0 | 0.38 | 0.03 | 0.11 | 304.19 | 0.61 | 0.73 |
| Hex | E4 | 8E | DE | 0 | 26 | 3 | B | 130 | 3D | 49 |
| Octal | 344 | 216 | 336 | 0 | 46 | 3 | 13 | 460 | 75 | 111 |
| Binary | 11100100 | 10001110 | 11011110 | 0 | 100110 | 11 | 1011 | 100110000 | 111101 | 1001001 |
Color Harmonies of #E48EDE
Complementary color
Monochromatic Colors of #E48EDE
Black with #E48EDE
Text Example
Text Example
White with #E48EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EDE; }
p { color: rgb(228,142,222); }
H1.HeaderClassName
{
color: #E48EDE;
}
.AnyTagClassName
{
color: #E48EDE;
}
</style>
background-color css
<style>
a { background-color: #E48EDE; }
a { background-color: rgb(228,142,222); }
div.DivClassName
{
background-color: #E48EDE;
}
.BgClassName
{
background-color: #E48EDE;
}
</style>
border-color css
<style>
span { border-color: #E48EDE; }
span { border-color: rgb(228,142,222); }
td.TdClassName
{
border-color: #E48EDE;
}
.TagClassName
{
border-color: #E48EDE;
}
</style>