Shades of Plum #E49DDB
Tints of Plum #E49DDB
RGB
CMYK
RGB Variations
Color information
#E49DDB (or 0xE49DDB) is known color: Plum. HEX triplet: E4, 9D and DB. RGB value is (228,157,219). Sum of RGB (Red+Green+Blue) = 228+157+219=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DDB is #1B6224. Grayscale: #B9B9B9. Windows color (decimal): -1794597 or 14392804. OLE color: 14392804.
HSL color Cylindrical-coordinate representation of color #E49DDB: hue angle of 307.61º 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 #E49DDB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 219 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.11 |
| HSL | 307.61º | 0.57% | 0.75% | - |
| HSV(B) | 307.61º | 0.31% | 0.89% | - |
| XYZ | 56.84 | 45.72 | 72.85 | - |
| YUV | 185.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 219 | 0 | 0.31 | 0.04 | 0.11 | 307.61 | 0.57 | 0.75 |
| Hex | E4 | 9D | DB | 0 | 1F | 4 | B | 134 | 39 | 4B |
| Octal | 344 | 235 | 333 | 0 | 37 | 4 | 13 | 464 | 71 | 113 |
| Binary | 11100100 | 10011101 | 11011011 | 0 | 11111 | 100 | 1011 | 100110100 | 111001 | 1001011 |
Color Harmonies of #E49DDB
Complementary color
Monochromatic Colors of #E49DDB
Black with #E49DDB
Text Example
Text Example
White with #E49DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DDB; }
p { color: rgb(228,157,219); }
H1.HeaderClassName
{
color: #E49DDB;
}
.AnyTagClassName
{
color: #E49DDB;
}
</style>
background-color css
<style>
a { background-color: #E49DDB; }
a { background-color: rgb(228,157,219); }
div.DivClassName
{
background-color: #E49DDB;
}
.BgClassName
{
background-color: #E49DDB;
}
</style>
border-color css
<style>
span { border-color: #E49DDB; }
span { border-color: rgb(228,157,219); }
td.TdClassName
{
border-color: #E49DDB;
}
.TagClassName
{
border-color: #E49DDB;
}
</style>