Shades of Plum #E48DDE
Tints of Plum #E48DDE
RGB
CMYK
RGB Variations
Color information
#E48DDE (or 0xE48DDE) is known color: Plum. HEX triplet: E4, 8D and DE. RGB value is (228,141,222). Sum of RGB (Red+Green+Blue) = 228+141+222=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DDE is #1B7221. Grayscale: #B0B0B0. Windows color (decimal): -1798690 or 14585316. OLE color: 14585316.
HSL color Cylindrical-coordinate representation of color #E48DDE: hue angle of 304.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48DDE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 222 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.11 |
| HSL | 304.14º | 0.62% | 0.72% | - |
| HSV(B) | 304.14º | 0.38% | 0.89% | - |
| XYZ | 54.7 | 40.82 | 74.1 | - |
| YUV | 176.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 222 | 0 | 0.38 | 0.03 | 0.11 | 304.14 | 0.62 | 0.72 |
| Hex | E4 | 8D | DE | 0 | 26 | 3 | B | 130 | 3E | 48 |
| Octal | 344 | 215 | 336 | 0 | 46 | 3 | 13 | 460 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11011110 | 0 | 100110 | 11 | 1011 | 100110000 | 111110 | 1001000 |
Color Harmonies of #E48DDE
Complementary color
Monochromatic Colors of #E48DDE
Black with #E48DDE
Text Example
Text Example
White with #E48DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DDE; }
p { color: rgb(228,141,222); }
H1.HeaderClassName
{
color: #E48DDE;
}
.AnyTagClassName
{
color: #E48DDE;
}
</style>
background-color css
<style>
a { background-color: #E48DDE; }
a { background-color: rgb(228,141,222); }
div.DivClassName
{
background-color: #E48DDE;
}
.BgClassName
{
background-color: #E48DDE;
}
</style>
border-color css
<style>
span { border-color: #E48DDE; }
span { border-color: rgb(228,141,222); }
td.TdClassName
{
border-color: #E48DDE;
}
.TagClassName
{
border-color: #E48DDE;
}
</style>