Shades of Shocking Pink #EC1EBC
Tints of Shocking Pink #EC1EBC
RGB
CMYK
RGB Variations
Color information
#EC1EBC (or 0xEC1EBC) is known color: Shocking Pink. HEX triplet: EC, 1E and BC. RGB value is (236,30,188). Sum of RGB (Red+Green+Blue) = 236+30+188=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EBC is #13E143. Grayscale: #6D6D6D. Windows color (decimal): -1302852 or 12328684. OLE color: 12328684.
HSL color Cylindrical-coordinate representation of color #EC1EBC: hue angle of 313.98º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EBC is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 188 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.07 |
| HSL | 313.98º | 0.84% | 0.52% | - |
| HSV(B) | 313.98º | 0.87% | 0.93% | - |
| XYZ | 44.13 | 22.39 | 49.57 | - |
| YUV | 109.61 | 172.25 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 188 | 0 | 0.87 | 0.20 | 0.07 | 313.98 | 0.84 | 0.52 |
| Hex | EC | 1E | BC | 0 | 57 | 14 | 7 | 13A | 54 | 34 |
| Octal | 354 | 36 | 274 | 0 | 127 | 24 | 7 | 472 | 124 | 64 |
| Binary | 11101100 | 11110 | 10111100 | 0 | 1010111 | 10100 | 111 | 100111010 | 1010100 | 110100 |
Color Harmonies of #EC1EBC
Complementary color
Monochromatic Colors of #EC1EBC
Black with #EC1EBC
Text Example
Text Example
White with #EC1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EBC; }
p { color: rgb(236,30,188); }
H1.HeaderClassName
{
color: #EC1EBC;
}
.AnyTagClassName
{
color: #EC1EBC;
}
</style>
background-color css
<style>
a { background-color: #EC1EBC; }
a { background-color: rgb(236,30,188); }
div.DivClassName
{
background-color: #EC1EBC;
}
.BgClassName
{
background-color: #EC1EBC;
}
</style>
border-color css
<style>
span { border-color: #EC1EBC; }
span { border-color: rgb(236,30,188); }
td.TdClassName
{
border-color: #EC1EBC;
}
.TagClassName
{
border-color: #EC1EBC;
}
</style>