Shades of Plum #E09CDE
Tints of Plum #E09CDE
RGB
CMYK
RGB Variations
Color information
#E09CDE (or 0xE09CDE) is known color: Plum. HEX triplet: E0, 9C and DE. RGB value is (224,156,222). Sum of RGB (Red+Green+Blue) = 224+156+222=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDE is #1F6321. Grayscale: #B7B7B7. Windows color (decimal): -2056994 or 14589152. OLE color: 14589152.
HSL color Cylindrical-coordinate representation of color #E09CDE: hue angle of 301.76º 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 #E09CDE is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 222 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.12 |
| HSL | 301.76º | 0.52% | 0.75% | - |
| HSV(B) | 301.76º | 0.3% | 0.88% | - |
| XYZ | 55.81 | 44.9 | 74.83 | - |
| YUV | 183.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 222 | 0 | 0.30 | 0.01 | 0.12 | 301.76 | 0.52 | 0.75 |
| Hex | E0 | 9C | DE | 0 | 1E | 1 | C | 12E | 34 | 4B |
| Octal | 340 | 234 | 336 | 0 | 36 | 1 | 14 | 456 | 64 | 113 |
| Binary | 11100000 | 10011100 | 11011110 | 0 | 11110 | 1 | 1100 | 100101110 | 110100 | 1001011 |
Color Harmonies of #E09CDE
Complementary color
Monochromatic Colors of #E09CDE
Black with #E09CDE
Text Example
Text Example
White with #E09CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CDE; }
p { color: rgb(224,156,222); }
H1.HeaderClassName
{
color: #E09CDE;
}
.AnyTagClassName
{
color: #E09CDE;
}
</style>
background-color css
<style>
a { background-color: #E09CDE; }
a { background-color: rgb(224,156,222); }
div.DivClassName
{
background-color: #E09CDE;
}
.BgClassName
{
background-color: #E09CDE;
}
</style>
border-color css
<style>
span { border-color: #E09CDE; }
span { border-color: rgb(224,156,222); }
td.TdClassName
{
border-color: #E09CDE;
}
.TagClassName
{
border-color: #E09CDE;
}
</style>