Shades of Plum #E29EE1
Tints of Plum #E29EE1
RGB
CMYK
RGB Variations
Color information
#E29EE1 (or 0xE29EE1) is known color: Plum. HEX triplet: E2, 9E and E1. RGB value is (226,158,225). Sum of RGB (Red+Green+Blue) = 226+158+225=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EE1 is #1D611E. Grayscale: #B9B9B9. Windows color (decimal): -1925407 or 14786274. OLE color: 14786274.
HSL color Cylindrical-coordinate representation of color #E29EE1: hue angle of 300.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 #E29EE1 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 225 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.11 |
| HSL | 300.88º | 0.54% | 0.75% | - |
| HSV(B) | 300.88º | 0.3% | 0.89% | - |
| XYZ | 57.18 | 46.06 | 77.11 | - |
| YUV | 185.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 225 | 0 | 0.30 | 0.00 | 0.11 | 300.88 | 0.54 | 0.75 |
| Hex | E2 | 9E | E1 | 0 | 1E | 0 | B | 12D | 36 | 4B |
| Octal | 342 | 236 | 341 | 0 | 36 | 0 | 13 | 455 | 66 | 113 |
| Binary | 11100010 | 10011110 | 11100001 | 0 | 11110 | 0 | 1011 | 100101101 | 110110 | 1001011 |
Color Harmonies of #E29EE1
Complementary color
Monochromatic Colors of #E29EE1
Black with #E29EE1
Text Example
Text Example
White with #E29EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EE1; }
p { color: rgb(226,158,225); }
H1.HeaderClassName
{
color: #E29EE1;
}
.AnyTagClassName
{
color: #E29EE1;
}
</style>
background-color css
<style>
a { background-color: #E29EE1; }
a { background-color: rgb(226,158,225); }
div.DivClassName
{
background-color: #E29EE1;
}
.BgClassName
{
background-color: #E29EE1;
}
</style>
border-color css
<style>
span { border-color: #E29EE1; }
span { border-color: rgb(226,158,225); }
td.TdClassName
{
border-color: #E29EE1;
}
.TagClassName
{
border-color: #E29EE1;
}
</style>