Shades of Plum #E29DD2
Tints of Plum #E29DD2
RGB
CMYK
RGB Variations
Color information
#E29DD2 (or 0xE29DD2) is known color: Plum. HEX triplet: E2, 9D and D2. RGB value is (226,157,210). Sum of RGB (Red+Green+Blue) = 226+157+210=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DD2 is #1D622D. Grayscale: #B7B7B7. Windows color (decimal): -1925678 or 13802978. OLE color: 13802978.
HSL color Cylindrical-coordinate representation of color #E29DD2: hue angle of 313.91º 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 #E29DD2 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 210 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.11 |
| HSL | 313.91º | 0.54% | 0.75% | - |
| HSV(B) | 313.91º | 0.31% | 0.89% | - |
| XYZ | 55.05 | 44.94 | 66.74 | - |
| YUV | 183.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 210 | 0 | 0.31 | 0.07 | 0.11 | 313.91 | 0.54 | 0.75 |
| Hex | E2 | 9D | D2 | 0 | 1F | 7 | B | 13A | 36 | 4B |
| Octal | 342 | 235 | 322 | 0 | 37 | 7 | 13 | 472 | 66 | 113 |
| Binary | 11100010 | 10011101 | 11010010 | 0 | 11111 | 111 | 1011 | 100111010 | 110110 | 1001011 |
Color Harmonies of #E29DD2
Complementary color
Monochromatic Colors of #E29DD2
Black with #E29DD2
Text Example
Text Example
White with #E29DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DD2; }
p { color: rgb(226,157,210); }
H1.HeaderClassName
{
color: #E29DD2;
}
.AnyTagClassName
{
color: #E29DD2;
}
</style>
background-color css
<style>
a { background-color: #E29DD2; }
a { background-color: rgb(226,157,210); }
div.DivClassName
{
background-color: #E29DD2;
}
.BgClassName
{
background-color: #E29DD2;
}
</style>
border-color css
<style>
span { border-color: #E29DD2; }
span { border-color: rgb(226,157,210); }
td.TdClassName
{
border-color: #E29DD2;
}
.TagClassName
{
border-color: #E29DD2;
}
</style>