Shades of Plum #E29DDD
Tints of Plum #E29DDD
RGB
CMYK
RGB Variations
Color information
#E29DDD (or 0xE29DDD) is known color: Plum. HEX triplet: E2, 9D and DD. RGB value is (226,157,221). Sum of RGB (Red+Green+Blue) = 226+157+221=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DDD is #1D6222. Grayscale: #B8B8B8. Windows color (decimal): -1925667 or 14523874. OLE color: 14523874.
HSL color Cylindrical-coordinate representation of color #E29DDD: hue angle of 304.35º 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 #E29DDD is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 221 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.11 |
| HSL | 304.35º | 0.54% | 0.75% | - |
| HSV(B) | 304.35º | 0.31% | 0.89% | - |
| XYZ | 56.47 | 45.5 | 74.21 | - |
| YUV | 184.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 221 | 0 | 0.31 | 0.02 | 0.11 | 304.35 | 0.54 | 0.75 |
| Hex | E2 | 9D | DD | 0 | 1F | 2 | B | 130 | 36 | 4B |
| Octal | 342 | 235 | 335 | 0 | 37 | 2 | 13 | 460 | 66 | 113 |
| Binary | 11100010 | 10011101 | 11011101 | 0 | 11111 | 10 | 1011 | 100110000 | 110110 | 1001011 |
Color Harmonies of #E29DDD
Complementary color
Monochromatic Colors of #E29DDD
Black with #E29DDD
Text Example
Text Example
White with #E29DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DDD; }
p { color: rgb(226,157,221); }
H1.HeaderClassName
{
color: #E29DDD;
}
.AnyTagClassName
{
color: #E29DDD;
}
</style>
background-color css
<style>
a { background-color: #E29DDD; }
a { background-color: rgb(226,157,221); }
div.DivClassName
{
background-color: #E29DDD;
}
.BgClassName
{
background-color: #E29DDD;
}
</style>
border-color css
<style>
span { border-color: #E29DDD; }
span { border-color: rgb(226,157,221); }
td.TdClassName
{
border-color: #E29DDD;
}
.TagClassName
{
border-color: #E29DDD;
}
</style>