Shades of Shocking Pink #EC10BC
Tints of Shocking Pink #EC10BC
RGB
CMYK
RGB Variations
Color information
#EC10BC (or 0xEC10BC) is known color: Shocking Pink. HEX triplet: EC, 10 and BC. RGB value is (236,16,188). Sum of RGB (Red+Green+Blue) = 236+16+188=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10BC is #13EF43. Grayscale: #646464. Windows color (decimal): -1306436 or 12325100. OLE color: 12325100.
HSL color Cylindrical-coordinate representation of color #EC10BC: hue angle of 313.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10BC is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 188 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.07 |
| HSL | 313.09º | 0.87% | 0.49% | - |
| HSV(B) | 313.09º | 0.93% | 0.93% | - |
| XYZ | 43.85 | 21.83 | 49.48 | - |
| YUV | 101.39 | 176.89 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 188 | 0 | 0.93 | 0.20 | 0.07 | 313.09 | 0.87 | 0.49 |
| Hex | EC | 10 | BC | 0 | 5D | 14 | 7 | 139 | 57 | 31 |
| Octal | 354 | 20 | 274 | 0 | 135 | 24 | 7 | 471 | 127 | 61 |
| Binary | 11101100 | 10000 | 10111100 | 0 | 1011101 | 10100 | 111 | 100111001 | 1010111 | 110001 |
Color Harmonies of #EC10BC
Complementary color
Monochromatic Colors of #EC10BC
Black with #EC10BC
Text Example
Text Example
White with #EC10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10BC; }
p { color: rgb(236,16,188); }
H1.HeaderClassName
{
color: #EC10BC;
}
.AnyTagClassName
{
color: #EC10BC;
}
</style>
background-color css
<style>
a { background-color: #EC10BC; }
a { background-color: rgb(236,16,188); }
div.DivClassName
{
background-color: #EC10BC;
}
.BgClassName
{
background-color: #EC10BC;
}
</style>
border-color css
<style>
span { border-color: #EC10BC; }
span { border-color: rgb(236,16,188); }
td.TdClassName
{
border-color: #EC10BC;
}
.TagClassName
{
border-color: #EC10BC;
}
</style>