Shades of Plum #E29DDB
Tints of Plum #E29DDB
RGB
CMYK
RGB Variations
Color information
#E29DDB (or 0xE29DDB) is known color: Plum. HEX triplet: E2, 9D and DB. RGB value is (226,157,219). Sum of RGB (Red+Green+Blue) = 226+157+219=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DDB is #1D6224. Grayscale: #B8B8B8. Windows color (decimal): -1925669 or 14392802. OLE color: 14392802.
HSL color Cylindrical-coordinate representation of color #E29DDB: hue angle of 306.09º degrees, saturation: 0.54, 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 #E29DDB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 219 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.11 |
| HSL | 306.09º | 0.54% | 0.75% | - |
| HSV(B) | 306.09º | 0.31% | 0.89% | - |
| XYZ | 56.21 | 45.4 | 72.82 | - |
| YUV | 184.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 219 | 0 | 0.31 | 0.03 | 0.11 | 306.09 | 0.54 | 0.75 |
| Hex | E2 | 9D | DB | 0 | 1F | 3 | B | 132 | 36 | 4B |
| Octal | 342 | 235 | 333 | 0 | 37 | 3 | 13 | 462 | 66 | 113 |
| Binary | 11100010 | 10011101 | 11011011 | 0 | 11111 | 11 | 1011 | 100110010 | 110110 | 1001011 |
Color Harmonies of #E29DDB
Complementary color
Monochromatic Colors of #E29DDB
Black with #E29DDB
Text Example
Text Example
White with #E29DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DDB; }
p { color: rgb(226,157,219); }
H1.HeaderClassName
{
color: #E29DDB;
}
.AnyTagClassName
{
color: #E29DDB;
}
</style>
background-color css
<style>
a { background-color: #E29DDB; }
a { background-color: rgb(226,157,219); }
div.DivClassName
{
background-color: #E29DDB;
}
.BgClassName
{
background-color: #E29DDB;
}
</style>
border-color css
<style>
span { border-color: #E29DDB; }
span { border-color: rgb(226,157,219); }
td.TdClassName
{
border-color: #E29DDB;
}
.TagClassName
{
border-color: #E29DDB;
}
</style>