Shades of Plum #E49DED
Tints of Plum #E49DED
RGB
CMYK
RGB Variations
Color information
#E49DED (or 0xE49DED) is known color: Plum. HEX triplet: E4, 9D and ED. RGB value is (228,157,237). Sum of RGB (Red+Green+Blue) = 228+157+237=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #E49DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49DED is #1B6212. Grayscale: #BBBBBB. Windows color (decimal): -1794579 or 15572452. OLE color: 15572452.
HSL color Cylindrical-coordinate representation of color #E49DED: hue angle of 293.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49DED is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 157 | 237 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.07 |
| HSL | 293.25º | 0.69% | 0.77% | - |
| HSV(B) | 293.25º | 0.34% | 0.93% | - |
| XYZ | 59.34 | 46.72 | 86.01 | - |
| YUV | 187.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 237 | 0.04 | 0.34 | 0 | 0.07 | 293.25 | 0.69 | 0.77 |
| Hex | E4 | 9D | ED | 4 | 22 | 0 | 7 | 125 | 45 | 4D |
| Octal | 344 | 235 | 355 | 4 | 42 | 0 | 7 | 445 | 105 | 115 |
| Binary | 11100100 | 10011101 | 11101101 | 100 | 100010 | 0 | 111 | 100100101 | 1000101 | 1001101 |
Color Harmonies of #E49DED
Complementary color
Monochromatic Colors of #E49DED
Black with #E49DED
Text Example
Text Example
White with #E49DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DED; }
p { color: rgb(228,157,237); }
H1.HeaderClassName
{
color: #E49DED;
}
.AnyTagClassName
{
color: #E49DED;
}
</style>
background-color css
<style>
a { background-color: #E49DED; }
a { background-color: rgb(228,157,237); }
div.DivClassName
{
background-color: #E49DED;
}
.BgClassName
{
background-color: #E49DED;
}
</style>
border-color css
<style>
span { border-color: #E49DED; }
span { border-color: rgb(228,157,237); }
td.TdClassName
{
border-color: #E49DED;
}
.TagClassName
{
border-color: #E49DED;
}
</style>