Shades of Plum #E09CDA
Tints of Plum #E09CDA
RGB
CMYK
RGB Variations
Color information
#E09CDA (or 0xE09CDA) is known color: Plum. HEX triplet: E0, 9C and DA. RGB value is (224,156,218). Sum of RGB (Red+Green+Blue) = 224+156+218=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDA is #1F6325. Grayscale: #B7B7B7. Windows color (decimal): -2056998 or 14327008. OLE color: 14327008.
HSL color Cylindrical-coordinate representation of color #E09CDA: hue angle of 305.29º 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 #E09CDA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 218 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.12 |
| HSL | 305.29º | 0.52% | 0.75% | - |
| HSV(B) | 305.29º | 0.3% | 0.88% | - |
| XYZ | 55.28 | 44.69 | 72.04 | - |
| YUV | 183.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 218 | 0 | 0.30 | 0.03 | 0.12 | 305.29 | 0.52 | 0.75 |
| Hex | E0 | 9C | DA | 0 | 1E | 3 | C | 131 | 34 | 4B |
| Octal | 340 | 234 | 332 | 0 | 36 | 3 | 14 | 461 | 64 | 113 |
| Binary | 11100000 | 10011100 | 11011010 | 0 | 11110 | 11 | 1100 | 100110001 | 110100 | 1001011 |
Color Harmonies of #E09CDA
Complementary color
Monochromatic Colors of #E09CDA
Black with #E09CDA
Text Example
Text Example
White with #E09CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CDA; }
p { color: rgb(224,156,218); }
H1.HeaderClassName
{
color: #E09CDA;
}
.AnyTagClassName
{
color: #E09CDA;
}
</style>
background-color css
<style>
a { background-color: #E09CDA; }
a { background-color: rgb(224,156,218); }
div.DivClassName
{
background-color: #E09CDA;
}
.BgClassName
{
background-color: #E09CDA;
}
</style>
border-color css
<style>
span { border-color: #E09CDA; }
span { border-color: rgb(224,156,218); }
td.TdClassName
{
border-color: #E09CDA;
}
.TagClassName
{
border-color: #E09CDA;
}
</style>