Shades of Plum #EC9FEC
Tints of Plum #EC9FEC
RGB
CMYK
RGB Variations
Color information
#EC9FEC (or 0xEC9FEC) is known color: Plum. HEX triplet: EC, 9F and EC. RGB value is (236,159,236). Sum of RGB (Red+Green+Blue) = 236+159+236=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC9FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FEC is #136013. Grayscale: #BEBEBE. Windows color (decimal): -1269780 or 15507436. OLE color: 15507436.
HSL color Cylindrical-coordinate representation of color #EC9FEC: hue angle of 300º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9FEC is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 159 | 236 | - |
CMYK | 0 | 0.33 | 0 | 0.07 |
HSL | 300º | 0.67% | 0.77% | - |
HSV(B) | 300º | 0.33% | 0.93% | - |
XYZ | 62.13 | 48.69 | 85.48 | - |
YUV | 190.8 | 153.51 | 160.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 159 | 236 | 0 | 0.33 | 0 | 0.07 | 300 | 0.67 | 0.77 |
Hex | EC | 9F | EC | 0 | 21 | 0 | 7 | 12C | 43 | 4D |
Octal | 354 | 237 | 354 | 0 | 41 | 0 | 7 | 454 | 103 | 115 |
Binary | 11101100 | 10011111 | 11101100 | 0 | 100001 | 0 | 111 | 100101100 | 1000011 | 1001101 |
Color Harmonies of #EC9FEC
Complementary color
Monochromatic Colors of #EC9FEC
Black with #EC9FEC
Text Example
Text Example
White with #EC9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FEC; }
p { color: rgb(236,159,236); }
H1.HeaderClassName
{
color: #EC9FEC;
}
.AnyTagClassName
{
color: #EC9FEC;
}
</style>
background-color css
<style>
a { background-color: #EC9FEC; }
a { background-color: rgb(236,159,236); }
div.DivClassName
{
background-color: #EC9FEC;
}
.BgClassName
{
background-color: #EC9FEC;
}
</style>
border-color css
<style>
span { border-color: #EC9FEC; }
span { border-color: rgb(236,159,236); }
td.TdClassName
{
border-color: #EC9FEC;
}
.TagClassName
{
border-color: #EC9FEC;
}
</style>