Shades of Plum #E29CDA
Tints of Plum #E29CDA
RGB
CMYK
RGB Variations
Color information
#E29CDA (or 0xE29CDA) is known color: Plum. HEX triplet: E2, 9C and DA. RGB value is (226,156,218). Sum of RGB (Red+Green+Blue) = 226+156+218=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CDA is #1D6325. Grayscale: #B7B7B7. Windows color (decimal): -1925926 or 14327010. OLE color: 14327010.
HSL color Cylindrical-coordinate representation of color #E29CDA: hue angle of 306.86º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29CDA is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 218 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.11 |
| HSL | 306.86º | 0.55% | 0.75% | - |
| HSV(B) | 306.86º | 0.31% | 0.89% | - |
| XYZ | 55.91 | 45.01 | 72.07 | - |
| YUV | 184 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 218 | 0 | 0.31 | 0.04 | 0.11 | 306.86 | 0.55 | 0.75 |
| Hex | E2 | 9C | DA | 0 | 1F | 4 | B | 133 | 37 | 4B |
| Octal | 342 | 234 | 332 | 0 | 37 | 4 | 13 | 463 | 67 | 113 |
| Binary | 11100010 | 10011100 | 11011010 | 0 | 11111 | 100 | 1011 | 100110011 | 110111 | 1001011 |
Color Harmonies of #E29CDA
Complementary color
Monochromatic Colors of #E29CDA
Black with #E29CDA
Text Example
Text Example
White with #E29CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CDA; }
p { color: rgb(226,156,218); }
H1.HeaderClassName
{
color: #E29CDA;
}
.AnyTagClassName
{
color: #E29CDA;
}
</style>
background-color css
<style>
a { background-color: #E29CDA; }
a { background-color: rgb(226,156,218); }
div.DivClassName
{
background-color: #E29CDA;
}
.BgClassName
{
background-color: #E29CDA;
}
</style>
border-color css
<style>
span { border-color: #E29CDA; }
span { border-color: rgb(226,156,218); }
td.TdClassName
{
border-color: #E29CDA;
}
.TagClassName
{
border-color: #E29CDA;
}
</style>