Shades of Plum #E49DDE
Tints of Plum #E49DDE
RGB
CMYK
RGB Variations
Color information
#E49DDE (or 0xE49DDE) is known color: Plum. HEX triplet: E4, 9D and DE. RGB value is (228,157,222). Sum of RGB (Red+Green+Blue) = 228+157+222=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DDE is #1B6221. Grayscale: #B9B9B9. Windows color (decimal): -1794594 or 14589412. OLE color: 14589412.
HSL color Cylindrical-coordinate representation of color #E49DDE: hue angle of 305.07º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DDE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 222 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.11 |
| HSL | 305.07º | 0.57% | 0.75% | - |
| HSV(B) | 305.07º | 0.31% | 0.89% | - |
| XYZ | 57.24 | 45.88 | 74.95 | - |
| YUV | 185.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 222 | 0 | 0.31 | 0.03 | 0.11 | 305.07 | 0.57 | 0.75 |
| Hex | E4 | 9D | DE | 0 | 1F | 3 | B | 131 | 39 | 4B |
| Octal | 344 | 235 | 336 | 0 | 37 | 3 | 13 | 461 | 71 | 113 |
| Binary | 11100100 | 10011101 | 11011110 | 0 | 11111 | 11 | 1011 | 100110001 | 111001 | 1001011 |
Color Harmonies of #E49DDE
Complementary color
Monochromatic Colors of #E49DDE
Black with #E49DDE
Text Example
Text Example
White with #E49DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DDE; }
p { color: rgb(228,157,222); }
H1.HeaderClassName
{
color: #E49DDE;
}
.AnyTagClassName
{
color: #E49DDE;
}
</style>
background-color css
<style>
a { background-color: #E49DDE; }
a { background-color: rgb(228,157,222); }
div.DivClassName
{
background-color: #E49DDE;
}
.BgClassName
{
background-color: #E49DDE;
}
</style>
border-color css
<style>
span { border-color: #E49DDE; }
span { border-color: rgb(228,157,222); }
td.TdClassName
{
border-color: #E49DDE;
}
.TagClassName
{
border-color: #E49DDE;
}
</style>