Shades of Plum #E29ED0
Tints of Plum #E29ED0
RGB
CMYK
RGB Variations
Color information
#E29ED0 (or 0xE29ED0) is known color: Plum. HEX triplet: E2, 9E and D0. RGB value is (226,158,208). Sum of RGB (Red+Green+Blue) = 226+158+208=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ED0 is #1D612F. Grayscale: #B7B7B7. Windows color (decimal): -1925424 or 13672162. OLE color: 13672162.
HSL color Cylindrical-coordinate representation of color #E29ED0: hue angle of 315.88º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29ED0 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 208 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.11 |
| HSL | 315.88º | 0.54% | 0.75% | - |
| HSV(B) | 315.88º | 0.3% | 0.89% | - |
| XYZ | 54.98 | 45.18 | 65.5 | - |
| YUV | 184.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 208 | 0 | 0.30 | 0.08 | 0.11 | 315.88 | 0.54 | 0.75 |
| Hex | E2 | 9E | D0 | 0 | 1E | 8 | B | 13C | 36 | 4B |
| Octal | 342 | 236 | 320 | 0 | 36 | 10 | 13 | 474 | 66 | 113 |
| Binary | 11100010 | 10011110 | 11010000 | 0 | 11110 | 1000 | 1011 | 100111100 | 110110 | 1001011 |
Color Harmonies of #E29ED0
Complementary color
Monochromatic Colors of #E29ED0
Black with #E29ED0
Text Example
Text Example
White with #E29ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29ED0; }
p { color: rgb(226,158,208); }
H1.HeaderClassName
{
color: #E29ED0;
}
.AnyTagClassName
{
color: #E29ED0;
}
</style>
background-color css
<style>
a { background-color: #E29ED0; }
a { background-color: rgb(226,158,208); }
div.DivClassName
{
background-color: #E29ED0;
}
.BgClassName
{
background-color: #E29ED0;
}
</style>
border-color css
<style>
span { border-color: #E29ED0; }
span { border-color: rgb(226,158,208); }
td.TdClassName
{
border-color: #E29ED0;
}
.TagClassName
{
border-color: #E29ED0;
}
</style>