Shades of Plum #E29CDD
Tints of Plum #E29CDD
RGB
CMYK
RGB Variations
Color information
#E29CDD (or 0xE29CDD) is known color: Plum. HEX triplet: E2, 9C and DD. RGB value is (226,156,221). Sum of RGB (Red+Green+Blue) = 226+156+221=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CDD is #1D6322. Grayscale: #B8B8B8. Windows color (decimal): -1925923 or 14523618. OLE color: 14523618.
HSL color Cylindrical-coordinate representation of color #E29CDD: hue angle of 304.29º 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 #E29CDD is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 221 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.11 |
| HSL | 304.29º | 0.55% | 0.75% | - |
| HSV(B) | 304.29º | 0.31% | 0.89% | - |
| XYZ | 56.3 | 45.17 | 74.16 | - |
| YUV | 184.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 221 | 0 | 0.31 | 0.02 | 0.11 | 304.29 | 0.55 | 0.75 |
| Hex | E2 | 9C | DD | 0 | 1F | 2 | B | 130 | 37 | 4B |
| Octal | 342 | 234 | 335 | 0 | 37 | 2 | 13 | 460 | 67 | 113 |
| Binary | 11100010 | 10011100 | 11011101 | 0 | 11111 | 10 | 1011 | 100110000 | 110111 | 1001011 |
Color Harmonies of #E29CDD
Complementary color
Monochromatic Colors of #E29CDD
Black with #E29CDD
Text Example
Text Example
White with #E29CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CDD; }
p { color: rgb(226,156,221); }
H1.HeaderClassName
{
color: #E29CDD;
}
.AnyTagClassName
{
color: #E29CDD;
}
</style>
background-color css
<style>
a { background-color: #E29CDD; }
a { background-color: rgb(226,156,221); }
div.DivClassName
{
background-color: #E29CDD;
}
.BgClassName
{
background-color: #E29CDD;
}
</style>
border-color css
<style>
span { border-color: #E29CDD; }
span { border-color: rgb(226,156,221); }
td.TdClassName
{
border-color: #E29CDD;
}
.TagClassName
{
border-color: #E29CDD;
}
</style>