Shades of Plum #E09DDD
Tints of Plum #E09DDD
RGB
CMYK
RGB Variations
Color information
#E09DDD (or 0xE09DDD) is known color: Plum. HEX triplet: E0, 9D and DD. RGB value is (224,157,221). Sum of RGB (Red+Green+Blue) = 224+157+221=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DDD is #1F6222. Grayscale: #B8B8B8. Windows color (decimal): -2056739 or 14523872. OLE color: 14523872.
HSL color Cylindrical-coordinate representation of color #E09DDD: hue angle of 302.69º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DDD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 221 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.12 |
| HSL | 302.69º | 0.52% | 0.75% | - |
| HSV(B) | 302.69º | 0.3% | 0.88% | - |
| XYZ | 55.85 | 45.18 | 74.18 | - |
| YUV | 184.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 221 | 0 | 0.30 | 0.01 | 0.12 | 302.69 | 0.52 | 0.75 |
| Hex | E0 | 9D | DD | 0 | 1E | 1 | C | 12F | 34 | 4B |
| Octal | 340 | 235 | 335 | 0 | 36 | 1 | 14 | 457 | 64 | 113 |
| Binary | 11100000 | 10011101 | 11011101 | 0 | 11110 | 1 | 1100 | 100101111 | 110100 | 1001011 |
Color Harmonies of #E09DDD
Complementary color
Monochromatic Colors of #E09DDD
Black with #E09DDD
Text Example
Text Example
White with #E09DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DDD; }
p { color: rgb(224,157,221); }
H1.HeaderClassName
{
color: #E09DDD;
}
.AnyTagClassName
{
color: #E09DDD;
}
</style>
background-color css
<style>
a { background-color: #E09DDD; }
a { background-color: rgb(224,157,221); }
div.DivClassName
{
background-color: #E09DDD;
}
.BgClassName
{
background-color: #E09DDD;
}
</style>
border-color css
<style>
span { border-color: #E09DDD; }
span { border-color: rgb(224,157,221); }
td.TdClassName
{
border-color: #E09DDD;
}
.TagClassName
{
border-color: #E09DDD;
}
</style>