Shades of Plum #E09CEC
Tints of Plum #E09CEC
RGB
CMYK
RGB Variations
Color information
#E09CEC (or 0xE09CEC) is known color: Plum. HEX triplet: E0, 9C and EC. RGB value is (224,156,236). Sum of RGB (Red+Green+Blue) = 224+156+236=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #E09CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CEC is #1F6313. Grayscale: #B9B9B9. Windows color (decimal): -2056980 or 15506656. OLE color: 15506656.
HSL color Cylindrical-coordinate representation of color #E09CEC: hue angle of 291º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09CEC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 156 | 236 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.07 |
| HSL | 291º | 0.68% | 0.77% | - |
| HSV(B) | 291º | 0.34% | 0.93% | - |
| XYZ | 57.77 | 45.68 | 85.13 | - |
| YUV | 185.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 236 | 0.05 | 0.34 | 0 | 0.07 | 291 | 0.68 | 0.77 |
| Hex | E0 | 9C | EC | 5 | 22 | 0 | 7 | 123 | 44 | 4D |
| Octal | 340 | 234 | 354 | 5 | 42 | 0 | 7 | 443 | 104 | 115 |
| Binary | 11100000 | 10011100 | 11101100 | 101 | 100010 | 0 | 111 | 100100011 | 1000100 | 1001101 |
Color Harmonies of #E09CEC
Complementary color
Monochromatic Colors of #E09CEC
Black with #E09CEC
Text Example
Text Example
White with #E09CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CEC; }
p { color: rgb(224,156,236); }
H1.HeaderClassName
{
color: #E09CEC;
}
.AnyTagClassName
{
color: #E09CEC;
}
</style>
background-color css
<style>
a { background-color: #E09CEC; }
a { background-color: rgb(224,156,236); }
div.DivClassName
{
background-color: #E09CEC;
}
.BgClassName
{
background-color: #E09CEC;
}
</style>
border-color css
<style>
span { border-color: #E09CEC; }
span { border-color: rgb(224,156,236); }
td.TdClassName
{
border-color: #E09CEC;
}
.TagClassName
{
border-color: #E09CEC;
}
</style>