Shades of Plum #E29EDC
Tints of Plum #E29EDC
RGB
CMYK
RGB Variations
Color information
#E29EDC (or 0xE29EDC) is known color: Plum. HEX triplet: E2, 9E and DC. RGB value is (226,158,220). Sum of RGB (Red+Green+Blue) = 226+158+220=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EDC is #1D6123. Grayscale: #B9B9B9. Windows color (decimal): -1925412 or 14458594. OLE color: 14458594.
HSL color Cylindrical-coordinate representation of color #E29EDC: hue angle of 305.29º 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 #E29EDC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 220 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.11 |
| HSL | 305.29º | 0.54% | 0.75% | - |
| HSV(B) | 305.29º | 0.3% | 0.89% | - |
| XYZ | 56.51 | 45.79 | 73.57 | - |
| YUV | 185.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 220 | 0 | 0.30 | 0.03 | 0.11 | 305.29 | 0.54 | 0.75 |
| Hex | E2 | 9E | DC | 0 | 1E | 3 | B | 131 | 36 | 4B |
| Octal | 342 | 236 | 334 | 0 | 36 | 3 | 13 | 461 | 66 | 113 |
| Binary | 11100010 | 10011110 | 11011100 | 0 | 11110 | 11 | 1011 | 100110001 | 110110 | 1001011 |
Color Harmonies of #E29EDC
Complementary color
Monochromatic Colors of #E29EDC
Black with #E29EDC
Text Example
Text Example
White with #E29EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EDC; }
p { color: rgb(226,158,220); }
H1.HeaderClassName
{
color: #E29EDC;
}
.AnyTagClassName
{
color: #E29EDC;
}
</style>
background-color css
<style>
a { background-color: #E29EDC; }
a { background-color: rgb(226,158,220); }
div.DivClassName
{
background-color: #E29EDC;
}
.BgClassName
{
background-color: #E29EDC;
}
</style>
border-color css
<style>
span { border-color: #E29EDC; }
span { border-color: rgb(226,158,220); }
td.TdClassName
{
border-color: #E29EDC;
}
.TagClassName
{
border-color: #E29EDC;
}
</style>