Shades of Plum #E49BDB
Tints of Plum #E49BDB
RGB
CMYK
RGB Variations
Color information
#E49BDB (or 0xE49BDB) is known color: Plum. HEX triplet: E4, 9B and DB. RGB value is (228,155,219). Sum of RGB (Red+Green+Blue) = 228+155+219=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49BDB is #1B6424. Grayscale: #B7B7B7. Windows color (decimal): -1795109 or 14392292. OLE color: 14392292.
HSL color Cylindrical-coordinate representation of color #E49BDB: hue angle of 307.4º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49BDB is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 219 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.11 |
| HSL | 307.4º | 0.57% | 0.75% | - |
| HSV(B) | 307.4º | 0.32% | 0.89% | - |
| XYZ | 56.5 | 45.05 | 72.74 | - |
| YUV | 184.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 219 | 0 | 0.32 | 0.04 | 0.11 | 307.4 | 0.57 | 0.75 |
| Hex | E4 | 9B | DB | 0 | 20 | 4 | B | 133 | 39 | 4B |
| Octal | 344 | 233 | 333 | 0 | 40 | 4 | 13 | 463 | 71 | 113 |
| Binary | 11100100 | 10011011 | 11011011 | 0 | 100000 | 100 | 1011 | 100110011 | 111001 | 1001011 |
Color Harmonies of #E49BDB
Complementary color
Monochromatic Colors of #E49BDB
Black with #E49BDB
Text Example
Text Example
White with #E49BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BDB; }
p { color: rgb(228,155,219); }
H1.HeaderClassName
{
color: #E49BDB;
}
.AnyTagClassName
{
color: #E49BDB;
}
</style>
background-color css
<style>
a { background-color: #E49BDB; }
a { background-color: rgb(228,155,219); }
div.DivClassName
{
background-color: #E49BDB;
}
.BgClassName
{
background-color: #E49BDB;
}
</style>
border-color css
<style>
span { border-color: #E49BDB; }
span { border-color: rgb(228,155,219); }
td.TdClassName
{
border-color: #E49BDB;
}
.TagClassName
{
border-color: #E49BDB;
}
</style>