Shades of Plum #EC9CE7
Tints of Plum #EC9CE7
RGB
CMYK
RGB Variations
Color information
#EC9CE7 (or 0xEC9CE7) is known color: Plum. HEX triplet: EC, 9C and E7. RGB value is (236,156,231). Sum of RGB (Red+Green+Blue) = 236+156+231=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CE7 is #136318. Grayscale: #BCBCBC. Windows color (decimal): -1270553 or 15178988. OLE color: 15178988.
HSL color Cylindrical-coordinate representation of color #EC9CE7: hue angle of 303.75º 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 #EC9CE7 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 231 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.07 |
| HSL | 303.75º | 0.68% | 0.77% | - |
| HSV(B) | 303.75º | 0.34% | 0.93% | - |
| XYZ | 60.9 | 47.38 | 81.54 | - |
| YUV | 188.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 231 | 0 | 0.34 | 0.02 | 0.07 | 303.75 | 0.68 | 0.77 |
| Hex | EC | 9C | E7 | 0 | 22 | 2 | 7 | 130 | 44 | 4D |
| Octal | 354 | 234 | 347 | 0 | 42 | 2 | 7 | 460 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11100111 | 0 | 100010 | 10 | 111 | 100110000 | 1000100 | 1001101 |
Color Harmonies of #EC9CE7
Complementary color
Monochromatic Colors of #EC9CE7
Black with #EC9CE7
Text Example
Text Example
White with #EC9CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CE7; }
p { color: rgb(236,156,231); }
H1.HeaderClassName
{
color: #EC9CE7;
}
.AnyTagClassName
{
color: #EC9CE7;
}
</style>
background-color css
<style>
a { background-color: #EC9CE7; }
a { background-color: rgb(236,156,231); }
div.DivClassName
{
background-color: #EC9CE7;
}
.BgClassName
{
background-color: #EC9CE7;
}
</style>
border-color css
<style>
span { border-color: #EC9CE7; }
span { border-color: rgb(236,156,231); }
td.TdClassName
{
border-color: #EC9CE7;
}
.TagClassName
{
border-color: #EC9CE7;
}
</style>