Shades of Shocking Pink #EC1BCC
Tints of Shocking Pink #EC1BCC
RGB
CMYK
RGB Variations
Color information
#EC1BCC (or 0xEC1BCC) is known color: Shocking Pink. HEX triplet: EC, 1B and CC. RGB value is (236,27,204). Sum of RGB (Red+Green+Blue) = 236+27+204=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BCC is #13E433. Grayscale: #6D6D6D. Windows color (decimal): -1303604 or 13376492. OLE color: 13376492.
HSL color Cylindrical-coordinate representation of color #EC1BCC: hue angle of 309.19º 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 #EC1BCC is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 204 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.07 |
| HSL | 309.19º | 0.85% | 0.52% | - |
| HSV(B) | 309.19º | 0.89% | 0.93% | - |
| XYZ | 45.88 | 22.98 | 59.14 | - |
| YUV | 109.67 | 181.24 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 204 | 0 | 0.89 | 0.14 | 0.07 | 309.19 | 0.85 | 0.52 |
| Hex | EC | 1B | CC | 0 | 59 | E | 7 | 135 | 55 | 34 |
| Octal | 354 | 33 | 314 | 0 | 131 | 16 | 7 | 465 | 125 | 64 |
| Binary | 11101100 | 11011 | 11001100 | 0 | 1011001 | 1110 | 111 | 100110101 | 1010101 | 110100 |
Color Harmonies of #EC1BCC
Complementary color
Monochromatic Colors of #EC1BCC
Black with #EC1BCC
Text Example
Text Example
White with #EC1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BCC; }
p { color: rgb(236,27,204); }
H1.HeaderClassName
{
color: #EC1BCC;
}
.AnyTagClassName
{
color: #EC1BCC;
}
</style>
background-color css
<style>
a { background-color: #EC1BCC; }
a { background-color: rgb(236,27,204); }
div.DivClassName
{
background-color: #EC1BCC;
}
.BgClassName
{
background-color: #EC1BCC;
}
</style>
border-color css
<style>
span { border-color: #EC1BCC; }
span { border-color: rgb(236,27,204); }
td.TdClassName
{
border-color: #EC1BCC;
}
.TagClassName
{
border-color: #EC1BCC;
}
</style>