Shades of Shocking Pink #EC1BCA
Tints of Shocking Pink #EC1BCA
RGB
CMYK
RGB Variations
Color information
#EC1BCA (or 0xEC1BCA) is known color: Shocking Pink. HEX triplet: EC, 1B and CA. RGB value is (236,27,202). Sum of RGB (Red+Green+Blue) = 236+27+202=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BCA is #13E435. Grayscale: #6C6C6C. Windows color (decimal): -1303606 or 13245420. OLE color: 13245420.
HSL color Cylindrical-coordinate representation of color #EC1BCA: hue angle of 309.76º 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 #EC1BCA is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 202 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.07 |
| HSL | 309.76º | 0.85% | 0.52% | - |
| HSV(B) | 309.76º | 0.89% | 0.93% | - |
| XYZ | 45.64 | 22.88 | 57.89 | - |
| YUV | 109.44 | 180.24 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 202 | 0 | 0.89 | 0.14 | 0.07 | 309.76 | 0.85 | 0.52 |
| Hex | EC | 1B | CA | 0 | 59 | E | 7 | 136 | 55 | 34 |
| Octal | 354 | 33 | 312 | 0 | 131 | 16 | 7 | 466 | 125 | 64 |
| Binary | 11101100 | 11011 | 11001010 | 0 | 1011001 | 1110 | 111 | 100110110 | 1010101 | 110100 |
Color Harmonies of #EC1BCA
Complementary color
Monochromatic Colors of #EC1BCA
Black with #EC1BCA
Text Example
Text Example
White with #EC1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BCA; }
p { color: rgb(236,27,202); }
H1.HeaderClassName
{
color: #EC1BCA;
}
.AnyTagClassName
{
color: #EC1BCA;
}
</style>
background-color css
<style>
a { background-color: #EC1BCA; }
a { background-color: rgb(236,27,202); }
div.DivClassName
{
background-color: #EC1BCA;
}
.BgClassName
{
background-color: #EC1BCA;
}
</style>
border-color css
<style>
span { border-color: #EC1BCA; }
span { border-color: rgb(236,27,202); }
td.TdClassName
{
border-color: #EC1BCA;
}
.TagClassName
{
border-color: #EC1BCA;
}
</style>