Shades of Plum #E49EDB
Tints of Plum #E49EDB
RGB
CMYK
RGB Variations
Color information
#E49EDB (or 0xE49EDB) is known color: Plum. HEX triplet: E4, 9E and DB. RGB value is (228,158,219). Sum of RGB (Red+Green+Blue) = 228+158+219=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49EDB is #1B6124. Grayscale: #B9B9B9. Windows color (decimal): -1794341 or 14393060. OLE color: 14393060.
HSL color Cylindrical-coordinate representation of color #E49EDB: hue angle of 307.71º 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 #E49EDB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 219 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.11 |
| HSL | 307.71º | 0.56% | 0.76% | - |
| HSV(B) | 307.71º | 0.31% | 0.89% | - |
| XYZ | 57.01 | 46.06 | 72.9 | - |
| YUV | 185.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 219 | 0 | 0.31 | 0.04 | 0.11 | 307.71 | 0.56 | 0.76 |
| Hex | E4 | 9E | DB | 0 | 1F | 4 | B | 134 | 38 | 4C |
| Octal | 344 | 236 | 333 | 0 | 37 | 4 | 13 | 464 | 70 | 114 |
| Binary | 11100100 | 10011110 | 11011011 | 0 | 11111 | 100 | 1011 | 100110100 | 111000 | 1001100 |
Color Harmonies of #E49EDB
Complementary color
Monochromatic Colors of #E49EDB
Black with #E49EDB
Text Example
Text Example
White with #E49EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EDB; }
p { color: rgb(228,158,219); }
H1.HeaderClassName
{
color: #E49EDB;
}
.AnyTagClassName
{
color: #E49EDB;
}
</style>
background-color css
<style>
a { background-color: #E49EDB; }
a { background-color: rgb(228,158,219); }
div.DivClassName
{
background-color: #E49EDB;
}
.BgClassName
{
background-color: #E49EDB;
}
</style>
border-color css
<style>
span { border-color: #E49EDB; }
span { border-color: rgb(228,158,219); }
td.TdClassName
{
border-color: #E49EDB;
}
.TagClassName
{
border-color: #E49EDB;
}
</style>