Shades of Shocking Pink #EC0CBA
Tints of Shocking Pink #EC0CBA
RGB
CMYK
RGB Variations
Color information
#EC0CBA (or 0xEC0CBA) is known color: Shocking Pink. HEX triplet: EC, 0C and BA. RGB value is (236,12,186). Sum of RGB (Red+Green+Blue) = 236+12+186=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CBA is #13F345. Grayscale: #626262. Windows color (decimal): -1307462 or 12193004. OLE color: 12193004.
HSL color Cylindrical-coordinate representation of color #EC0CBA: hue angle of 313.39º 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 #EC0CBA is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 186 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.07 |
| HSL | 313.39º | 0.9% | 0.49% | - |
| HSV(B) | 313.39º | 0.95% | 0.93% | - |
| XYZ | 43.59 | 21.64 | 48.33 | - |
| YUV | 98.81 | 177.21 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 186 | 0 | 0.95 | 0.21 | 0.07 | 313.39 | 0.9 | 0.49 |
| Hex | EC | C | BA | 0 | 5F | 15 | 7 | 139 | 5A | 31 |
| Octal | 354 | 14 | 272 | 0 | 137 | 25 | 7 | 471 | 132 | 61 |
| Binary | 11101100 | 1100 | 10111010 | 0 | 1011111 | 10101 | 111 | 100111001 | 1011010 | 110001 |
Color Harmonies of #EC0CBA
Complementary color
Monochromatic Colors of #EC0CBA
Black with #EC0CBA
Text Example
Text Example
White with #EC0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CBA; }
p { color: rgb(236,12,186); }
H1.HeaderClassName
{
color: #EC0CBA;
}
.AnyTagClassName
{
color: #EC0CBA;
}
</style>
background-color css
<style>
a { background-color: #EC0CBA; }
a { background-color: rgb(236,12,186); }
div.DivClassName
{
background-color: #EC0CBA;
}
.BgClassName
{
background-color: #EC0CBA;
}
</style>
border-color css
<style>
span { border-color: #EC0CBA; }
span { border-color: rgb(236,12,186); }
td.TdClassName
{
border-color: #EC0CBA;
}
.TagClassName
{
border-color: #EC0CBA;
}
</style>