Shades of Plum #E49FDB
Tints of Plum #E49FDB
RGB
CMYK
RGB Variations
Color information
#E49FDB (or 0xE49FDB) is known color: Plum. HEX triplet: E4, 9F and DB. RGB value is (228,159,219). Sum of RGB (Red+Green+Blue) = 228+159+219=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FDB is #1B6024. Grayscale: #BABABA. Windows color (decimal): -1794085 or 14393316. OLE color: 14393316.
HSL color Cylindrical-coordinate representation of color #E49FDB: hue angle of 307.83º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FDB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 219 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 307.83º | 0.56% | 0.76% | - |
| HSV(B) | 307.83º | 0.3% | 0.89% | - |
| XYZ | 57.18 | 46.4 | 72.96 | - |
| YUV | 186.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 219 | 0 | 0.30 | 0.04 | 0.11 | 307.83 | 0.56 | 0.76 |
| Hex | E4 | 9F | DB | 0 | 1E | 4 | B | 134 | 38 | 4C |
| Octal | 344 | 237 | 333 | 0 | 36 | 4 | 13 | 464 | 70 | 114 |
| Binary | 11100100 | 10011111 | 11011011 | 0 | 11110 | 100 | 1011 | 100110100 | 111000 | 1001100 |
Color Harmonies of #E49FDB
Complementary color
Monochromatic Colors of #E49FDB
Black with #E49FDB
Text Example
Text Example
White with #E49FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FDB; }
p { color: rgb(228,159,219); }
H1.HeaderClassName
{
color: #E49FDB;
}
.AnyTagClassName
{
color: #E49FDB;
}
</style>
background-color css
<style>
a { background-color: #E49FDB; }
a { background-color: rgb(228,159,219); }
div.DivClassName
{
background-color: #E49FDB;
}
.BgClassName
{
background-color: #E49FDB;
}
</style>
border-color css
<style>
span { border-color: #E49FDB; }
span { border-color: rgb(228,159,219); }
td.TdClassName
{
border-color: #E49FDB;
}
.TagClassName
{
border-color: #E49FDB;
}
</style>