Shades of Shocking Pink #EC0BCB
Tints of Shocking Pink #EC0BCB
RGB
CMYK
RGB Variations
Color information
#EC0BCB (or 0xEC0BCB) is known color: Shocking Pink. HEX triplet: EC, 0B and CB. RGB value is (236,11,203). Sum of RGB (Red+Green+Blue) = 236+11+203=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BCB is #13F434. Grayscale: #636363. Windows color (decimal): -1307701 or 13306860. OLE color: 13306860.
HSL color Cylindrical-coordinate representation of color #EC0BCB: hue angle of 308.8º 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 #EC0BCB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.07 |
| HSL | 308.8º | 0.91% | 0.48% | - |
| HSV(B) | 308.8º | 0.95% | 0.93% | - |
| XYZ | 45.49 | 22.38 | 58.42 | - |
| YUV | 100.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 203 | 0 | 0.95 | 0.14 | 0.07 | 308.8 | 0.91 | 0.48 |
| Hex | EC | B | CB | 0 | 5F | E | 7 | 135 | 5B | 30 |
| Octal | 354 | 13 | 313 | 0 | 137 | 16 | 7 | 465 | 133 | 60 |
| Binary | 11101100 | 1011 | 11001011 | 0 | 1011111 | 1110 | 111 | 100110101 | 1011011 | 110000 |
Color Harmonies of #EC0BCB
Complementary color
Monochromatic Colors of #EC0BCB
Black with #EC0BCB
Text Example
Text Example
White with #EC0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BCB; }
p { color: rgb(236,11,203); }
H1.HeaderClassName
{
color: #EC0BCB;
}
.AnyTagClassName
{
color: #EC0BCB;
}
</style>
background-color css
<style>
a { background-color: #EC0BCB; }
a { background-color: rgb(236,11,203); }
div.DivClassName
{
background-color: #EC0BCB;
}
.BgClassName
{
background-color: #EC0BCB;
}
</style>
border-color css
<style>
span { border-color: #EC0BCB; }
span { border-color: rgb(236,11,203); }
td.TdClassName
{
border-color: #EC0BCB;
}
.TagClassName
{
border-color: #EC0BCB;
}
</style>