Shades of Plum #E29EDA
Tints of Plum #E29EDA
RGB
CMYK
RGB Variations
Color information
#E29EDA (or 0xE29EDA) is known color: Plum. HEX triplet: E2, 9E and DA. RGB value is (226,158,218). Sum of RGB (Red+Green+Blue) = 226+158+218=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EDA is #1D6125. Grayscale: #B8B8B8. Windows color (decimal): -1925414 or 14327522. OLE color: 14327522.
HSL color Cylindrical-coordinate representation of color #E29EDA: hue angle of 307.06º 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 #E29EDA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 218 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 307.06º | 0.54% | 0.75% | - |
| HSV(B) | 307.06º | 0.3% | 0.89% | - |
| XYZ | 56.25 | 45.68 | 72.18 | - |
| YUV | 185.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 218 | 0 | 0.30 | 0.04 | 0.11 | 307.06 | 0.54 | 0.75 |
| Hex | E2 | 9E | DA | 0 | 1E | 4 | B | 133 | 36 | 4B |
| Octal | 342 | 236 | 332 | 0 | 36 | 4 | 13 | 463 | 66 | 113 |
| Binary | 11100010 | 10011110 | 11011010 | 0 | 11110 | 100 | 1011 | 100110011 | 110110 | 1001011 |
Color Harmonies of #E29EDA
Complementary color
Monochromatic Colors of #E29EDA
Black with #E29EDA
Text Example
Text Example
White with #E29EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EDA; }
p { color: rgb(226,158,218); }
H1.HeaderClassName
{
color: #E29EDA;
}
.AnyTagClassName
{
color: #E29EDA;
}
</style>
background-color css
<style>
a { background-color: #E29EDA; }
a { background-color: rgb(226,158,218); }
div.DivClassName
{
background-color: #E29EDA;
}
.BgClassName
{
background-color: #E29EDA;
}
</style>
border-color css
<style>
span { border-color: #E29EDA; }
span { border-color: rgb(226,158,218); }
td.TdClassName
{
border-color: #E29EDA;
}
.TagClassName
{
border-color: #E29EDA;
}
</style>