Shades of Plum #E29BDB
Tints of Plum #E29BDB
RGB
CMYK
RGB Variations
Color information
#E29BDB (or 0xE29BDB) is known color: Plum. HEX triplet: E2, 9B and DB. RGB value is (226,155,219). Sum of RGB (Red+Green+Blue) = 226+155+219=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BDB is #1D6424. Grayscale: #B7B7B7. Windows color (decimal): -1926181 or 14392290. OLE color: 14392290.
HSL color Cylindrical-coordinate representation of color #E29BDB: hue angle of 305.92º degrees, saturation: 0.55, 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 #E29BDB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 219 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.11 |
| HSL | 305.92º | 0.55% | 0.75% | - |
| HSV(B) | 305.92º | 0.31% | 0.89% | - |
| XYZ | 55.87 | 44.73 | 72.71 | - |
| YUV | 183.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 219 | 0 | 0.31 | 0.03 | 0.11 | 305.92 | 0.55 | 0.75 |
| Hex | E2 | 9B | DB | 0 | 1F | 3 | B | 132 | 37 | 4B |
| Octal | 342 | 233 | 333 | 0 | 37 | 3 | 13 | 462 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11011011 | 0 | 11111 | 11 | 1011 | 100110010 | 110111 | 1001011 |
Color Harmonies of #E29BDB
Complementary color
Monochromatic Colors of #E29BDB
Black with #E29BDB
Text Example
Text Example
White with #E29BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BDB; }
p { color: rgb(226,155,219); }
H1.HeaderClassName
{
color: #E29BDB;
}
.AnyTagClassName
{
color: #E29BDB;
}
</style>
background-color css
<style>
a { background-color: #E29BDB; }
a { background-color: rgb(226,155,219); }
div.DivClassName
{
background-color: #E29BDB;
}
.BgClassName
{
background-color: #E29BDB;
}
</style>
border-color css
<style>
span { border-color: #E29BDB; }
span { border-color: rgb(226,155,219); }
td.TdClassName
{
border-color: #E29BDB;
}
.TagClassName
{
border-color: #E29BDB;
}
</style>