Shades of Shocking Pink #EC0BBF
Tints of Shocking Pink #EC0BBF
RGB
CMYK
RGB Variations
Color information
#EC0BBF (or 0xEC0BBF) is known color: Shocking Pink. HEX triplet: EC, 0B and BF. RGB value is (236,11,191). Sum of RGB (Red+Green+Blue) = 236+11+191=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BBF is #13F440. Grayscale: #626262. Windows color (decimal): -1307713 or 12520428. OLE color: 12520428.
HSL color Cylindrical-coordinate representation of color #EC0BBF: hue angle of 312º 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 #EC0BBF is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.07 |
| HSL | 312º | 0.91% | 0.48% | - |
| HSV(B) | 312º | 0.95% | 0.93% | - |
| XYZ | 44.12 | 21.83 | 51.18 | - |
| YUV | 98.8 | 180.04 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 191 | 0 | 0.95 | 0.19 | 0.07 | 312 | 0.91 | 0.48 |
| Hex | EC | B | BF | 0 | 5F | 13 | 7 | 138 | 5B | 30 |
| Octal | 354 | 13 | 277 | 0 | 137 | 23 | 7 | 470 | 133 | 60 |
| Binary | 11101100 | 1011 | 10111111 | 0 | 1011111 | 10011 | 111 | 100111000 | 1011011 | 110000 |
Color Harmonies of #EC0BBF
Complementary color
Monochromatic Colors of #EC0BBF
Black with #EC0BBF
Text Example
Text Example
White with #EC0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BBF; }
p { color: rgb(236,11,191); }
H1.HeaderClassName
{
color: #EC0BBF;
}
.AnyTagClassName
{
color: #EC0BBF;
}
</style>
background-color css
<style>
a { background-color: #EC0BBF; }
a { background-color: rgb(236,11,191); }
div.DivClassName
{
background-color: #EC0BBF;
}
.BgClassName
{
background-color: #EC0BBF;
}
</style>
border-color css
<style>
span { border-color: #EC0BBF; }
span { border-color: rgb(236,11,191); }
td.TdClassName
{
border-color: #EC0BBF;
}
.TagClassName
{
border-color: #EC0BBF;
}
</style>