Shades of Plum #E49EDE
Tints of Plum #E49EDE
RGB
CMYK
RGB Variations
Color information
#E49EDE (or 0xE49EDE) is known color: Plum. HEX triplet: E4, 9E and DE. RGB value is (228,158,222). Sum of RGB (Red+Green+Blue) = 228+158+222=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49EDE is #1B6121. Grayscale: #BABABA. Windows color (decimal): -1794338 or 14589668. OLE color: 14589668.
HSL color Cylindrical-coordinate representation of color #E49EDE: hue angle of 305.14º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49EDE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 222 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.11 |
| HSL | 305.14º | 0.56% | 0.76% | - |
| HSV(B) | 305.14º | 0.31% | 0.89% | - |
| XYZ | 57.41 | 46.22 | 75 | - |
| YUV | 186.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 222 | 0 | 0.31 | 0.03 | 0.11 | 305.14 | 0.56 | 0.76 |
| Hex | E4 | 9E | DE | 0 | 1F | 3 | B | 131 | 38 | 4C |
| Octal | 344 | 236 | 336 | 0 | 37 | 3 | 13 | 461 | 70 | 114 |
| Binary | 11100100 | 10011110 | 11011110 | 0 | 11111 | 11 | 1011 | 100110001 | 111000 | 1001100 |
Color Harmonies of #E49EDE
Complementary color
Monochromatic Colors of #E49EDE
Black with #E49EDE
Text Example
Text Example
White with #E49EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EDE; }
p { color: rgb(228,158,222); }
H1.HeaderClassName
{
color: #E49EDE;
}
.AnyTagClassName
{
color: #E49EDE;
}
</style>
background-color css
<style>
a { background-color: #E49EDE; }
a { background-color: rgb(228,158,222); }
div.DivClassName
{
background-color: #E49EDE;
}
.BgClassName
{
background-color: #E49EDE;
}
</style>
border-color css
<style>
span { border-color: #E49EDE; }
span { border-color: rgb(228,158,222); }
td.TdClassName
{
border-color: #E49EDE;
}
.TagClassName
{
border-color: #E49EDE;
}
</style>