Shades of Shocking Pink #EC0CB1
Tints of Shocking Pink #EC0CB1
RGB
CMYK
RGB Variations
Color information
#EC0CB1 (or 0xEC0CB1) is known color: Shocking Pink. HEX triplet: EC, 0C and B1. RGB value is (236,12,177). Sum of RGB (Red+Green+Blue) = 236+12+177=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0CB1 is #13F34E. Grayscale: #616161. Windows color (decimal): -1307471 or 11603180. OLE color: 11603180.
HSL color Cylindrical-coordinate representation of color #EC0CB1: hue angle of 315.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CB1 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 177 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.07 |
| HSL | 315.8º | 0.9% | 0.49% | - |
| HSV(B) | 315.8º | 0.95% | 0.93% | - |
| XYZ | 42.66 | 21.27 | 43.45 | - |
| YUV | 97.79 | 172.71 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 177 | 0 | 0.95 | 0.25 | 0.07 | 315.8 | 0.9 | 0.49 |
| Hex | EC | C | B1 | 0 | 5F | 19 | 7 | 13C | 5A | 31 |
| Octal | 354 | 14 | 261 | 0 | 137 | 31 | 7 | 474 | 132 | 61 |
| Binary | 11101100 | 1100 | 10110001 | 0 | 1011111 | 11001 | 111 | 100111100 | 1011010 | 110001 |
Color Harmonies of #EC0CB1
Complementary color
Monochromatic Colors of #EC0CB1
Black with #EC0CB1
Text Example
Text Example
White with #EC0CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CB1; }
p { color: rgb(236,12,177); }
H1.HeaderClassName
{
color: #EC0CB1;
}
.AnyTagClassName
{
color: #EC0CB1;
}
</style>
background-color css
<style>
a { background-color: #EC0CB1; }
a { background-color: rgb(236,12,177); }
div.DivClassName
{
background-color: #EC0CB1;
}
.BgClassName
{
background-color: #EC0CB1;
}
</style>
border-color css
<style>
span { border-color: #EC0CB1; }
span { border-color: rgb(236,12,177); }
td.TdClassName
{
border-color: #EC0CB1;
}
.TagClassName
{
border-color: #EC0CB1;
}
</style>