Shades of Plum #EC9CEA
Tints of Plum #EC9CEA
RGB
CMYK
RGB Variations
Color information
#EC9CEA (or 0xEC9CEA) is known color: Plum. HEX triplet: EC, 9C and EA. RGB value is (236,156,234). Sum of RGB (Red+Green+Blue) = 236+156+234=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 156 (61.33% from 255 or 24.92% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CEA is #136315. Grayscale: #BCBCBC. Windows color (decimal): -1270550 or 15375596. OLE color: 15375596.
HSL color Cylindrical-coordinate representation of color #EC9CEA: hue angle of 301.5º 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 #EC9CEA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 234 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.07 |
| HSL | 301.5º | 0.68% | 0.77% | - |
| HSV(B) | 301.5º | 0.34% | 0.93% | - |
| XYZ | 61.33 | 47.55 | 83.79 | - |
| YUV | 188.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 234 | 0 | 0.34 | 0.01 | 0.07 | 301.5 | 0.68 | 0.77 |
| Hex | EC | 9C | EA | 0 | 22 | 1 | 7 | 12E | 44 | 4D |
| Octal | 354 | 234 | 352 | 0 | 42 | 1 | 7 | 456 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11101010 | 0 | 100010 | 1 | 111 | 100101110 | 1000100 | 1001101 |
Color Harmonies of #EC9CEA
Complementary color
Monochromatic Colors of #EC9CEA
Black with #EC9CEA
Text Example
Text Example
White with #EC9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CEA; }
p { color: rgb(236,156,234); }
H1.HeaderClassName
{
color: #EC9CEA;
}
.AnyTagClassName
{
color: #EC9CEA;
}
</style>
background-color css
<style>
a { background-color: #EC9CEA; }
a { background-color: rgb(236,156,234); }
div.DivClassName
{
background-color: #EC9CEA;
}
.BgClassName
{
background-color: #EC9CEA;
}
</style>
border-color css
<style>
span { border-color: #EC9CEA; }
span { border-color: rgb(236,156,234); }
td.TdClassName
{
border-color: #EC9CEA;
}
.TagClassName
{
border-color: #EC9CEA;
}
</style>