Shades of Shocking #EC9EC0
Tints of Shocking #EC9EC0
RGB
CMYK
RGB Variations
Color information
#EC9EC0 (or 0xEC9EC0) is known color: Shocking. HEX triplet: EC, 9E and C0. RGB value is (236,158,192). Sum of RGB (Red+Green+Blue) = 236+158+192=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EC0 is #13613F. Grayscale: #B9B9B9. Windows color (decimal): -1270080 or 12623596. OLE color: 12623596.
HSL color Cylindrical-coordinate representation of color #EC9EC0: hue angle of 333.85º 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 #EC9EC0 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 158 | 192 | - |
CMYK | 0 | 0.33 | 0.19 | 0.07 |
HSL | 333.85º | 0.67% | 0.77% | - |
HSV(B) | 333.85º | 0.33% | 0.93% | - |
XYZ | 56.33 | 46.09 | 55.8 | - |
YUV | 185.2 | 131.84 | 164.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 158 | 192 | 0 | 0.33 | 0.19 | 0.07 | 333.85 | 0.67 | 0.77 |
Hex | EC | 9E | C0 | 0 | 21 | 13 | 7 | 14E | 43 | 4D |
Octal | 354 | 236 | 300 | 0 | 41 | 23 | 7 | 516 | 103 | 115 |
Binary | 11101100 | 10011110 | 11000000 | 0 | 100001 | 10011 | 111 | 101001110 | 1000011 | 1001101 |
Color Harmonies of #EC9EC0
Complementary color
Monochromatic Colors of #EC9EC0
Black with #EC9EC0
Text Example
Text Example
White with #EC9EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EC0; }
p { color: rgb(236,158,192); }
H1.HeaderClassName
{
color: #EC9EC0;
}
.AnyTagClassName
{
color: #EC9EC0;
}
</style>
background-color css
<style>
a { background-color: #EC9EC0; }
a { background-color: rgb(236,158,192); }
div.DivClassName
{
background-color: #EC9EC0;
}
.BgClassName
{
background-color: #EC9EC0;
}
</style>
border-color css
<style>
span { border-color: #EC9EC0; }
span { border-color: rgb(236,158,192); }
td.TdClassName
{
border-color: #EC9EC0;
}
.TagClassName
{
border-color: #EC9EC0;
}
</style>