Shades of Shocking Pink #EC0FBC
Tints of Shocking Pink #EC0FBC
RGB
CMYK
RGB Variations
Color information
#EC0FBC (or 0xEC0FBC) is known color: Shocking Pink. HEX triplet: EC, 0F and BC. RGB value is (236,15,188). Sum of RGB (Red+Green+Blue) = 236+15+188=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FBC is #13F043. Grayscale: #646464. Windows color (decimal): -1306692 or 12324844. OLE color: 12324844.
HSL color Cylindrical-coordinate representation of color #EC0FBC: hue angle of 313.03º degrees, saturation: 0.88, 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 #EC0FBC is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.07 |
| HSL | 313.03º | 0.88% | 0.49% | - |
| HSV(B) | 313.03º | 0.94% | 0.93% | - |
| XYZ | 43.84 | 21.81 | 49.48 | - |
| YUV | 100.8 | 177.22 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 188 | 0 | 0.94 | 0.20 | 0.07 | 313.03 | 0.88 | 0.49 |
| Hex | EC | F | BC | 0 | 5E | 14 | 7 | 139 | 58 | 31 |
| Octal | 354 | 17 | 274 | 0 | 136 | 24 | 7 | 471 | 130 | 61 |
| Binary | 11101100 | 1111 | 10111100 | 0 | 1011110 | 10100 | 111 | 100111001 | 1011000 | 110001 |
Color Harmonies of #EC0FBC
Complementary color
Monochromatic Colors of #EC0FBC
Black with #EC0FBC
Text Example
Text Example
White with #EC0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FBC; }
p { color: rgb(236,15,188); }
H1.HeaderClassName
{
color: #EC0FBC;
}
.AnyTagClassName
{
color: #EC0FBC;
}
</style>
background-color css
<style>
a { background-color: #EC0FBC; }
a { background-color: rgb(236,15,188); }
div.DivClassName
{
background-color: #EC0FBC;
}
.BgClassName
{
background-color: #EC0FBC;
}
</style>
border-color css
<style>
span { border-color: #EC0FBC; }
span { border-color: rgb(236,15,188); }
td.TdClassName
{
border-color: #EC0FBC;
}
.TagClassName
{
border-color: #EC0FBC;
}
</style>