Shades of Plum #E29CDB
Tints of Plum #E29CDB
RGB
CMYK
RGB Variations
Color information
#E29CDB (or 0xE29CDB) is known color: Plum. HEX triplet: E2, 9C and DB. RGB value is (226,156,219). Sum of RGB (Red+Green+Blue) = 226+156+219=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CDB is #1D6324. Grayscale: #B7B7B7. Windows color (decimal): -1925925 or 14392546. OLE color: 14392546.
HSL color Cylindrical-coordinate representation of color #E29CDB: hue angle of 306º 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 #E29CDB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 219 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.11 |
| HSL | 306º | 0.55% | 0.75% | - |
| HSV(B) | 306º | 0.31% | 0.89% | - |
| XYZ | 56.04 | 45.06 | 72.76 | - |
| YUV | 184.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 219 | 0 | 0.31 | 0.03 | 0.11 | 306 | 0.55 | 0.75 |
| Hex | E2 | 9C | DB | 0 | 1F | 3 | B | 132 | 37 | 4B |
| Octal | 342 | 234 | 333 | 0 | 37 | 3 | 13 | 462 | 67 | 113 |
| Binary | 11100010 | 10011100 | 11011011 | 0 | 11111 | 11 | 1011 | 100110010 | 110111 | 1001011 |
Color Harmonies of #E29CDB
Complementary color
Monochromatic Colors of #E29CDB
Black with #E29CDB
Text Example
Text Example
White with #E29CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CDB; }
p { color: rgb(226,156,219); }
H1.HeaderClassName
{
color: #E29CDB;
}
.AnyTagClassName
{
color: #E29CDB;
}
</style>
background-color css
<style>
a { background-color: #E29CDB; }
a { background-color: rgb(226,156,219); }
div.DivClassName
{
background-color: #E29CDB;
}
.BgClassName
{
background-color: #E29CDB;
}
</style>
border-color css
<style>
span { border-color: #E29CDB; }
span { border-color: rgb(226,156,219); }
td.TdClassName
{
border-color: #E29CDB;
}
.TagClassName
{
border-color: #E29CDB;
}
</style>