Shades of Plum #E09CDF
Tints of Plum #E09CDF
RGB
CMYK
RGB Variations
Color information
#E09CDF (or 0xE09CDF) is known color: Plum. HEX triplet: E0, 9C and DF. RGB value is (224,156,223). Sum of RGB (Red+Green+Blue) = 224+156+223=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDF is #1F6320. Grayscale: #B7B7B7. Windows color (decimal): -2056993 or 14654688. OLE color: 14654688.
HSL color Cylindrical-coordinate representation of color #E09CDF: hue angle of 300.88º 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 #E09CDF is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 223 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.12 |
| HSL | 300.88º | 0.52% | 0.75% | - |
| HSV(B) | 300.88º | 0.3% | 0.88% | - |
| XYZ | 55.95 | 44.95 | 75.54 | - |
| YUV | 183.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 223 | 0 | 0.30 | 0.00 | 0.12 | 300.88 | 0.52 | 0.75 |
| Hex | E0 | 9C | DF | 0 | 1E | 0 | C | 12D | 34 | 4B |
| Octal | 340 | 234 | 337 | 0 | 36 | 0 | 14 | 455 | 64 | 113 |
| Binary | 11100000 | 10011100 | 11011111 | 0 | 11110 | 0 | 1100 | 100101101 | 110100 | 1001011 |
Color Harmonies of #E09CDF
Complementary color
Monochromatic Colors of #E09CDF
Black with #E09CDF
Text Example
Text Example
White with #E09CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CDF; }
p { color: rgb(224,156,223); }
H1.HeaderClassName
{
color: #E09CDF;
}
.AnyTagClassName
{
color: #E09CDF;
}
</style>
background-color css
<style>
a { background-color: #E09CDF; }
a { background-color: rgb(224,156,223); }
div.DivClassName
{
background-color: #E09CDF;
}
.BgClassName
{
background-color: #E09CDF;
}
</style>
border-color css
<style>
span { border-color: #E09CDF; }
span { border-color: rgb(224,156,223); }
td.TdClassName
{
border-color: #E09CDF;
}
.TagClassName
{
border-color: #E09CDF;
}
</style>