Shades of Plum #E29DD4
Tints of Plum #E29DD4
RGB
CMYK
RGB Variations
Color information
#E29DD4 (or 0xE29DD4) is known color: Plum. HEX triplet: E2, 9D and D4. RGB value is (226,157,212). Sum of RGB (Red+Green+Blue) = 226+157+212=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DD4 is #1D622B. Grayscale: #B7B7B7. Windows color (decimal): -1925676 or 13934050. OLE color: 13934050.
HSL color Cylindrical-coordinate representation of color #E29DD4: hue angle of 312.17º 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 #E29DD4 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 212 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.11 |
| HSL | 312.17º | 0.54% | 0.75% | - |
| HSV(B) | 312.17º | 0.31% | 0.89% | - |
| XYZ | 55.3 | 45.04 | 68.07 | - |
| YUV | 183.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 212 | 0 | 0.31 | 0.06 | 0.11 | 312.17 | 0.54 | 0.75 |
| Hex | E2 | 9D | D4 | 0 | 1F | 6 | B | 138 | 36 | 4B |
| Octal | 342 | 235 | 324 | 0 | 37 | 6 | 13 | 470 | 66 | 113 |
| Binary | 11100010 | 10011101 | 11010100 | 0 | 11111 | 110 | 1011 | 100111000 | 110110 | 1001011 |
Color Harmonies of #E29DD4
Complementary color
Monochromatic Colors of #E29DD4
Black with #E29DD4
Text Example
Text Example
White with #E29DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DD4; }
p { color: rgb(226,157,212); }
H1.HeaderClassName
{
color: #E29DD4;
}
.AnyTagClassName
{
color: #E29DD4;
}
</style>
background-color css
<style>
a { background-color: #E29DD4; }
a { background-color: rgb(226,157,212); }
div.DivClassName
{
background-color: #E29DD4;
}
.BgClassName
{
background-color: #E29DD4;
}
</style>
border-color css
<style>
span { border-color: #E29DD4; }
span { border-color: rgb(226,157,212); }
td.TdClassName
{
border-color: #E29DD4;
}
.TagClassName
{
border-color: #E29DD4;
}
</style>