Shades of Plum #E29EE2
Tints of Plum #E29EE2
RGB
CMYK
RGB Variations
Color information
#E29EE2 (or 0xE29EE2) is known color: Plum. HEX triplet: E2, 9E and E2. RGB value is (226,158,226). Sum of RGB (Red+Green+Blue) = 226+158+226=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E29EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EE2 is #1D611D. Grayscale: #B9B9B9. Windows color (decimal): -1925406 or 14851810. OLE color: 14851810.
HSL color Cylindrical-coordinate representation of color #E29EE2: hue angle of 300º 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 #E29EE2 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 226 | - |
| CMYK | 0 | 0.30 | 0 | 0.11 |
| HSL | 300º | 0.54% | 0.75% | - |
| HSV(B) | 300º | 0.3% | 0.89% | - |
| XYZ | 57.32 | 46.11 | 77.83 | - |
| YUV | 186.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 226 | 0 | 0.30 | 0 | 0.11 | 300 | 0.54 | 0.75 |
| Hex | E2 | 9E | E2 | 0 | 1E | 0 | B | 12C | 36 | 4B |
| Octal | 342 | 236 | 342 | 0 | 36 | 0 | 13 | 454 | 66 | 113 |
| Binary | 11100010 | 10011110 | 11100010 | 0 | 11110 | 0 | 1011 | 100101100 | 110110 | 1001011 |
Color Harmonies of #E29EE2
Complementary color
Monochromatic Colors of #E29EE2
Black with #E29EE2
Text Example
Text Example
White with #E29EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EE2; }
p { color: rgb(226,158,226); }
H1.HeaderClassName
{
color: #E29EE2;
}
.AnyTagClassName
{
color: #E29EE2;
}
</style>
background-color css
<style>
a { background-color: #E29EE2; }
a { background-color: rgb(226,158,226); }
div.DivClassName
{
background-color: #E29EE2;
}
.BgClassName
{
background-color: #E29EE2;
}
</style>
border-color css
<style>
span { border-color: #E29EE2; }
span { border-color: rgb(226,158,226); }
td.TdClassName
{
border-color: #E29EE2;
}
.TagClassName
{
border-color: #E29EE2;
}
</style>