Shades of Shocking #EC9EBC
Tints of Shocking #EC9EBC
RGB
CMYK
RGB Variations
Color information
#EC9EBC (or 0xEC9EBC) is known color: Shocking. HEX triplet: EC, 9E and BC. RGB value is (236,158,188). Sum of RGB (Red+Green+Blue) = 236+158+188=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EBC is #136143. Grayscale: #B8B8B8. Windows color (decimal): -1270084 or 12361452. OLE color: 12361452.
HSL color Cylindrical-coordinate representation of color #EC9EBC: hue angle of 336.92º 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 #EC9EBC is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 188 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.07 |
| HSL | 336.92º | 0.67% | 0.77% | - |
| HSV(B) | 336.92º | 0.33% | 0.93% | - |
| XYZ | 55.9 | 45.92 | 53.49 | - |
| YUV | 184.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 188 | 0 | 0.33 | 0.20 | 0.07 | 336.92 | 0.67 | 0.77 |
| Hex | EC | 9E | BC | 0 | 21 | 14 | 7 | 151 | 43 | 4D |
| Octal | 354 | 236 | 274 | 0 | 41 | 24 | 7 | 521 | 103 | 115 |
| Binary | 11101100 | 10011110 | 10111100 | 0 | 100001 | 10100 | 111 | 101010001 | 1000011 | 1001101 |
Color Harmonies of #EC9EBC
Complementary color
Monochromatic Colors of #EC9EBC
Black with #EC9EBC
Text Example
Text Example
White with #EC9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EBC; }
p { color: rgb(236,158,188); }
H1.HeaderClassName
{
color: #EC9EBC;
}
.AnyTagClassName
{
color: #EC9EBC;
}
</style>
background-color css
<style>
a { background-color: #EC9EBC; }
a { background-color: rgb(236,158,188); }
div.DivClassName
{
background-color: #EC9EBC;
}
.BgClassName
{
background-color: #EC9EBC;
}
</style>
border-color css
<style>
span { border-color: #EC9EBC; }
span { border-color: rgb(236,158,188); }
td.TdClassName
{
border-color: #EC9EBC;
}
.TagClassName
{
border-color: #EC9EBC;
}
</style>