Shades of Plum #EC9CEF
Tints of Plum #EC9CEF
RGB
CMYK
RGB Variations
Color information
#EC9CEF (or 0xEC9CEF) is known color: Plum. HEX triplet: EC, 9C and EF. RGB value is (236,156,239). Sum of RGB (Red+Green+Blue) = 236+156+239=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC9CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CEF is #136310. Grayscale: #BDBDBD. Windows color (decimal): -1270545 or 15703276. OLE color: 15703276.
HSL color Cylindrical-coordinate representation of color #EC9CEF: hue angle of 297.83º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9CEF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 156 | 239 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.06 |
| HSL | 297.83º | 0.72% | 0.77% | - |
| HSV(B) | 297.83º | 0.35% | 0.94% | - |
| XYZ | 62.06 | 47.84 | 87.62 | - |
| YUV | 189.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 239 | 0.01 | 0.35 | 0 | 0.06 | 297.83 | 0.72 | 0.77 |
| Hex | EC | 9C | EF | 1 | 23 | 0 | 6 | 12A | 48 | 4D |
| Octal | 354 | 234 | 357 | 1 | 43 | 0 | 6 | 452 | 110 | 115 |
| Binary | 11101100 | 10011100 | 11101111 | 1 | 100011 | 0 | 110 | 100101010 | 1001000 | 1001101 |
Color Harmonies of #EC9CEF
Complementary color
Monochromatic Colors of #EC9CEF
Black with #EC9CEF
Text Example
Text Example
White with #EC9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CEF; }
p { color: rgb(236,156,239); }
H1.HeaderClassName
{
color: #EC9CEF;
}
.AnyTagClassName
{
color: #EC9CEF;
}
</style>
background-color css
<style>
a { background-color: #EC9CEF; }
a { background-color: rgb(236,156,239); }
div.DivClassName
{
background-color: #EC9CEF;
}
.BgClassName
{
background-color: #EC9CEF;
}
</style>
border-color css
<style>
span { border-color: #EC9CEF; }
span { border-color: rgb(236,156,239); }
td.TdClassName
{
border-color: #EC9CEF;
}
.TagClassName
{
border-color: #EC9CEF;
}
</style>