Shades of Plum #E29ADA
Tints of Plum #E29ADA
RGB
CMYK
RGB Variations
Color information
#E29ADA (or 0xE29ADA) is known color: Plum. HEX triplet: E2, 9A and DA. RGB value is (226,154,218). Sum of RGB (Red+Green+Blue) = 226+154+218=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ADA is #1D6525. Grayscale: #B6B6B6. Windows color (decimal): -1926438 or 14326498. OLE color: 14326498.
HSL color Cylindrical-coordinate representation of color #E29ADA: hue angle of 306.67º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29ADA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 218 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.11 |
| HSL | 306.67º | 0.55% | 0.75% | - |
| HSV(B) | 306.67º | 0.32% | 0.89% | - |
| XYZ | 55.57 | 44.34 | 71.96 | - |
| YUV | 182.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 218 | 0 | 0.32 | 0.04 | 0.11 | 306.67 | 0.55 | 0.75 |
| Hex | E2 | 9A | DA | 0 | 20 | 4 | B | 133 | 37 | 4B |
| Octal | 342 | 232 | 332 | 0 | 40 | 4 | 13 | 463 | 67 | 113 |
| Binary | 11100010 | 10011010 | 11011010 | 0 | 100000 | 100 | 1011 | 100110011 | 110111 | 1001011 |
Color Harmonies of #E29ADA
Complementary color
Monochromatic Colors of #E29ADA
Black with #E29ADA
Text Example
Text Example
White with #E29ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29ADA; }
p { color: rgb(226,154,218); }
H1.HeaderClassName
{
color: #E29ADA;
}
.AnyTagClassName
{
color: #E29ADA;
}
</style>
background-color css
<style>
a { background-color: #E29ADA; }
a { background-color: rgb(226,154,218); }
div.DivClassName
{
background-color: #E29ADA;
}
.BgClassName
{
background-color: #E29ADA;
}
</style>
border-color css
<style>
span { border-color: #E29ADA; }
span { border-color: rgb(226,154,218); }
td.TdClassName
{
border-color: #E29ADA;
}
.TagClassName
{
border-color: #E29ADA;
}
</style>