Shades of Shocking Pink #EC0BC8
Tints of Shocking Pink #EC0BC8
RGB
CMYK
RGB Variations
Color information
#EC0BC8 (or 0xEC0BC8) is known color: Shocking Pink. HEX triplet: EC, 0B and C8. RGB value is (236,11,200). Sum of RGB (Red+Green+Blue) = 236+11+200=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BC8 is #13F437. Grayscale: #636363. Windows color (decimal): -1307704 or 13110252. OLE color: 13110252.
HSL color Cylindrical-coordinate representation of color #EC0BC8: hue angle of 309.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0BC8 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 200 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.07 |
| HSL | 309.6º | 0.91% | 0.48% | - |
| HSV(B) | 309.6º | 0.95% | 0.93% | - |
| XYZ | 45.14 | 22.24 | 56.56 | - |
| YUV | 99.82 | 184.54 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 200 | 0 | 0.95 | 0.15 | 0.07 | 309.6 | 0.91 | 0.48 |
| Hex | EC | B | C8 | 0 | 5F | F | 7 | 136 | 5B | 30 |
| Octal | 354 | 13 | 310 | 0 | 137 | 17 | 7 | 466 | 133 | 60 |
| Binary | 11101100 | 1011 | 11001000 | 0 | 1011111 | 1111 | 111 | 100110110 | 1011011 | 110000 |
Color Harmonies of #EC0BC8
Complementary color
Monochromatic Colors of #EC0BC8
Black with #EC0BC8
Text Example
Text Example
White with #EC0BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BC8; }
p { color: rgb(236,11,200); }
H1.HeaderClassName
{
color: #EC0BC8;
}
.AnyTagClassName
{
color: #EC0BC8;
}
</style>
background-color css
<style>
a { background-color: #EC0BC8; }
a { background-color: rgb(236,11,200); }
div.DivClassName
{
background-color: #EC0BC8;
}
.BgClassName
{
background-color: #EC0BC8;
}
</style>
border-color css
<style>
span { border-color: #EC0BC8; }
span { border-color: rgb(236,11,200); }
td.TdClassName
{
border-color: #EC0BC8;
}
.TagClassName
{
border-color: #EC0BC8;
}
</style>