Shades of Shocking Pink #EC1BCB
Tints of Shocking Pink #EC1BCB
RGB
CMYK
RGB Variations
Color information
#EC1BCB (or 0xEC1BCB) is known color: Shocking Pink. HEX triplet: EC, 1B and CB. RGB value is (236,27,203). Sum of RGB (Red+Green+Blue) = 236+27+203=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BCB is #13E434. Grayscale: #6D6D6D. Windows color (decimal): -1303605 or 13310956. OLE color: 13310956.
HSL color Cylindrical-coordinate representation of color #EC1BCB: hue angle of 309.47º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BCB is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 203 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.07 |
| HSL | 309.47º | 0.85% | 0.52% | - |
| HSV(B) | 309.47º | 0.89% | 0.93% | - |
| XYZ | 45.76 | 22.93 | 58.51 | - |
| YUV | 109.56 | 180.74 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 203 | 0 | 0.89 | 0.14 | 0.07 | 309.47 | 0.85 | 0.52 |
| Hex | EC | 1B | CB | 0 | 59 | E | 7 | 135 | 55 | 34 |
| Octal | 354 | 33 | 313 | 0 | 131 | 16 | 7 | 465 | 125 | 64 |
| Binary | 11101100 | 11011 | 11001011 | 0 | 1011001 | 1110 | 111 | 100110101 | 1010101 | 110100 |
Color Harmonies of #EC1BCB
Complementary color
Monochromatic Colors of #EC1BCB
Black with #EC1BCB
Text Example
Text Example
White with #EC1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BCB; }
p { color: rgb(236,27,203); }
H1.HeaderClassName
{
color: #EC1BCB;
}
.AnyTagClassName
{
color: #EC1BCB;
}
</style>
background-color css
<style>
a { background-color: #EC1BCB; }
a { background-color: rgb(236,27,203); }
div.DivClassName
{
background-color: #EC1BCB;
}
.BgClassName
{
background-color: #EC1BCB;
}
</style>
border-color css
<style>
span { border-color: #EC1BCB; }
span { border-color: rgb(236,27,203); }
td.TdClassName
{
border-color: #EC1BCB;
}
.TagClassName
{
border-color: #EC1BCB;
}
</style>