Shades of Shocking Pink #EC0EBC
Tints of Shocking Pink #EC0EBC
RGB
CMYK
RGB Variations
Color information
#EC0EBC (or 0xEC0EBC) is known color: Shocking Pink. HEX triplet: EC, 0E and BC. RGB value is (236,14,188). Sum of RGB (Red+Green+Blue) = 236+14+188=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0EBC is #13F143. Grayscale: #636363. Windows color (decimal): -1306948 or 12324588. OLE color: 12324588.
HSL color Cylindrical-coordinate representation of color #EC0EBC: hue angle of 312.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EBC is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.07 |
| HSL | 312.97º | 0.89% | 0.49% | - |
| HSV(B) | 312.97º | 0.94% | 0.93% | - |
| XYZ | 43.83 | 21.78 | 49.47 | - |
| YUV | 100.21 | 177.55 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 188 | 0 | 0.94 | 0.20 | 0.07 | 312.97 | 0.89 | 0.49 |
| Hex | EC | E | BC | 0 | 5E | 14 | 7 | 139 | 59 | 31 |
| Octal | 354 | 16 | 274 | 0 | 136 | 24 | 7 | 471 | 131 | 61 |
| Binary | 11101100 | 1110 | 10111100 | 0 | 1011110 | 10100 | 111 | 100111001 | 1011001 | 110001 |
Color Harmonies of #EC0EBC
Complementary color
Monochromatic Colors of #EC0EBC
Black with #EC0EBC
Text Example
Text Example
White with #EC0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0EBC; }
p { color: rgb(236,14,188); }
H1.HeaderClassName
{
color: #EC0EBC;
}
.AnyTagClassName
{
color: #EC0EBC;
}
</style>
background-color css
<style>
a { background-color: #EC0EBC; }
a { background-color: rgb(236,14,188); }
div.DivClassName
{
background-color: #EC0EBC;
}
.BgClassName
{
background-color: #EC0EBC;
}
</style>
border-color css
<style>
span { border-color: #EC0EBC; }
span { border-color: rgb(236,14,188); }
td.TdClassName
{
border-color: #EC0EBC;
}
.TagClassName
{
border-color: #EC0EBC;
}
</style>