Shades of Plum #E29FDB
Tints of Plum #E29FDB
RGB
CMYK
RGB Variations
Color information
#E29FDB (or 0xE29FDB) is known color: Plum. HEX triplet: E2, 9F and DB. RGB value is (226,159,219). Sum of RGB (Red+Green+Blue) = 226+159+219=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FDB is #1D6024. Grayscale: #B9B9B9. Windows color (decimal): -1925157 or 14393314. OLE color: 14393314.
HSL color Cylindrical-coordinate representation of color #E29FDB: hue angle of 306.27º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FDB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 219 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.11 |
| HSL | 306.27º | 0.54% | 0.75% | - |
| HSV(B) | 306.27º | 0.3% | 0.89% | - |
| XYZ | 56.55 | 46.08 | 72.93 | - |
| YUV | 185.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 219 | 0 | 0.30 | 0.03 | 0.11 | 306.27 | 0.54 | 0.75 |
| Hex | E2 | 9F | DB | 0 | 1E | 3 | B | 132 | 36 | 4B |
| Octal | 342 | 237 | 333 | 0 | 36 | 3 | 13 | 462 | 66 | 113 |
| Binary | 11100010 | 10011111 | 11011011 | 0 | 11110 | 11 | 1011 | 100110010 | 110110 | 1001011 |
Color Harmonies of #E29FDB
Complementary color
Monochromatic Colors of #E29FDB
Black with #E29FDB
Text Example
Text Example
White with #E29FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FDB; }
p { color: rgb(226,159,219); }
H1.HeaderClassName
{
color: #E29FDB;
}
.AnyTagClassName
{
color: #E29FDB;
}
</style>
background-color css
<style>
a { background-color: #E29FDB; }
a { background-color: rgb(226,159,219); }
div.DivClassName
{
background-color: #E29FDB;
}
.BgClassName
{
background-color: #E29FDB;
}
</style>
border-color css
<style>
span { border-color: #E29FDB; }
span { border-color: rgb(226,159,219); }
td.TdClassName
{
border-color: #E29FDB;
}
.TagClassName
{
border-color: #E29FDB;
}
</style>