Shades of Shocking Pink #EC1BBC
Tints of Shocking Pink #EC1BBC
RGB
CMYK
RGB Variations
Color information
#EC1BBC (or 0xEC1BBC) is known color: Shocking Pink. HEX triplet: EC, 1B and BC. RGB value is (236,27,188). Sum of RGB (Red+Green+Blue) = 236+27+188=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BBC is #13E443. Grayscale: #6B6B6B. Windows color (decimal): -1303620 or 12327916. OLE color: 12327916.
HSL color Cylindrical-coordinate representation of color #EC1BBC: hue angle of 313.78º 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 #EC1BBC is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.07 |
| HSL | 313.78º | 0.85% | 0.52% | - |
| HSV(B) | 313.78º | 0.89% | 0.93% | - |
| XYZ | 44.06 | 22.25 | 49.55 | - |
| YUV | 107.85 | 173.24 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 188 | 0 | 0.89 | 0.20 | 0.07 | 313.78 | 0.85 | 0.52 |
| Hex | EC | 1B | BC | 0 | 59 | 14 | 7 | 13A | 55 | 34 |
| Octal | 354 | 33 | 274 | 0 | 131 | 24 | 7 | 472 | 125 | 64 |
| Binary | 11101100 | 11011 | 10111100 | 0 | 1011001 | 10100 | 111 | 100111010 | 1010101 | 110100 |
Color Harmonies of #EC1BBC
Complementary color
Monochromatic Colors of #EC1BBC
Black with #EC1BBC
Text Example
Text Example
White with #EC1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BBC; }
p { color: rgb(236,27,188); }
H1.HeaderClassName
{
color: #EC1BBC;
}
.AnyTagClassName
{
color: #EC1BBC;
}
</style>
background-color css
<style>
a { background-color: #EC1BBC; }
a { background-color: rgb(236,27,188); }
div.DivClassName
{
background-color: #EC1BBC;
}
.BgClassName
{
background-color: #EC1BBC;
}
</style>
border-color css
<style>
span { border-color: #EC1BBC; }
span { border-color: rgb(236,27,188); }
td.TdClassName
{
border-color: #EC1BBC;
}
.TagClassName
{
border-color: #EC1BBC;
}
</style>