Shades of Plum #E29DDC
Tints of Plum #E29DDC
RGB
CMYK
RGB Variations
Color information
#E29DDC (or 0xE29DDC) is known color: Plum. HEX triplet: E2, 9D and DC. RGB value is (226,157,220). Sum of RGB (Red+Green+Blue) = 226+157+220=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DDC is #1D6223. Grayscale: #B8B8B8. Windows color (decimal): -1925668 or 14458338. OLE color: 14458338.
HSL color Cylindrical-coordinate representation of color #E29DDC: hue angle of 305.22º degrees, saturation: 0.54, 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 #E29DDC is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 220 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.11 |
| HSL | 305.22º | 0.54% | 0.75% | - |
| HSV(B) | 305.22º | 0.31% | 0.89% | - |
| XYZ | 56.34 | 45.45 | 73.51 | - |
| YUV | 184.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 220 | 0 | 0.31 | 0.03 | 0.11 | 305.22 | 0.54 | 0.75 |
| Hex | E2 | 9D | DC | 0 | 1F | 3 | B | 131 | 36 | 4B |
| Octal | 342 | 235 | 334 | 0 | 37 | 3 | 13 | 461 | 66 | 113 |
| Binary | 11100010 | 10011101 | 11011100 | 0 | 11111 | 11 | 1011 | 100110001 | 110110 | 1001011 |
Color Harmonies of #E29DDC
Complementary color
Monochromatic Colors of #E29DDC
Black with #E29DDC
Text Example
Text Example
White with #E29DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DDC; }
p { color: rgb(226,157,220); }
H1.HeaderClassName
{
color: #E29DDC;
}
.AnyTagClassName
{
color: #E29DDC;
}
</style>
background-color css
<style>
a { background-color: #E29DDC; }
a { background-color: rgb(226,157,220); }
div.DivClassName
{
background-color: #E29DDC;
}
.BgClassName
{
background-color: #E29DDC;
}
</style>
border-color css
<style>
span { border-color: #E29DDC; }
span { border-color: rgb(226,157,220); }
td.TdClassName
{
border-color: #E29DDC;
}
.TagClassName
{
border-color: #E29DDC;
}
</style>