Shades of Plum #E29BD9
Tints of Plum #E29BD9
RGB
CMYK
RGB Variations
Color information
#E29BD9 (or 0xE29BD9) is known color: Plum. HEX triplet: E2, 9B and D9. RGB value is (226,155,217). Sum of RGB (Red+Green+Blue) = 226+155+217=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BD9 is #1D6426. Grayscale: #B7B7B7. Windows color (decimal): -1926183 or 14261218. OLE color: 14261218.
HSL color Cylindrical-coordinate representation of color #E29BD9: hue angle of 307.61º 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 #E29BD9 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 217 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.11 |
| HSL | 307.61º | 0.55% | 0.75% | - |
| HSV(B) | 307.61º | 0.31% | 0.89% | - |
| XYZ | 55.61 | 44.62 | 71.33 | - |
| YUV | 183.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 217 | 0 | 0.31 | 0.04 | 0.11 | 307.61 | 0.55 | 0.75 |
| Hex | E2 | 9B | D9 | 0 | 1F | 4 | B | 134 | 37 | 4B |
| Octal | 342 | 233 | 331 | 0 | 37 | 4 | 13 | 464 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11011001 | 0 | 11111 | 100 | 1011 | 100110100 | 110111 | 1001011 |
Color Harmonies of #E29BD9
Complementary color
Monochromatic Colors of #E29BD9
Black with #E29BD9
Text Example
Text Example
White with #E29BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BD9; }
p { color: rgb(226,155,217); }
H1.HeaderClassName
{
color: #E29BD9;
}
.AnyTagClassName
{
color: #E29BD9;
}
</style>
background-color css
<style>
a { background-color: #E29BD9; }
a { background-color: rgb(226,155,217); }
div.DivClassName
{
background-color: #E29BD9;
}
.BgClassName
{
background-color: #E29BD9;
}
</style>
border-color css
<style>
span { border-color: #E29BD9; }
span { border-color: rgb(226,155,217); }
td.TdClassName
{
border-color: #E29BD9;
}
.TagClassName
{
border-color: #E29BD9;
}
</style>