Shades of Shocking Pink #EC0BCA
Tints of Shocking Pink #EC0BCA
RGB
CMYK
RGB Variations
Color information
#EC0BCA (or 0xEC0BCA) is known color: Shocking Pink. HEX triplet: EC, 0B and CA. RGB value is (236,11,202). Sum of RGB (Red+Green+Blue) = 236+11+202=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BCA is #13F435. Grayscale: #636363. Windows color (decimal): -1307702 or 13241324. OLE color: 13241324.
HSL color Cylindrical-coordinate representation of color #EC0BCA: hue angle of 309.07º 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 #EC0BCA is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 202 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.07 |
| HSL | 309.07º | 0.91% | 0.48% | - |
| HSV(B) | 309.07º | 0.95% | 0.93% | - |
| XYZ | 45.37 | 22.34 | 57.8 | - |
| YUV | 100.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 202 | 0 | 0.95 | 0.14 | 0.07 | 309.07 | 0.91 | 0.48 |
| Hex | EC | B | CA | 0 | 5F | E | 7 | 135 | 5B | 30 |
| Octal | 354 | 13 | 312 | 0 | 137 | 16 | 7 | 465 | 133 | 60 |
| Binary | 11101100 | 1011 | 11001010 | 0 | 1011111 | 1110 | 111 | 100110101 | 1011011 | 110000 |
Color Harmonies of #EC0BCA
Complementary color
Monochromatic Colors of #EC0BCA
Black with #EC0BCA
Text Example
Text Example
White with #EC0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BCA; }
p { color: rgb(236,11,202); }
H1.HeaderClassName
{
color: #EC0BCA;
}
.AnyTagClassName
{
color: #EC0BCA;
}
</style>
background-color css
<style>
a { background-color: #EC0BCA; }
a { background-color: rgb(236,11,202); }
div.DivClassName
{
background-color: #EC0BCA;
}
.BgClassName
{
background-color: #EC0BCA;
}
</style>
border-color css
<style>
span { border-color: #EC0BCA; }
span { border-color: rgb(236,11,202); }
td.TdClassName
{
border-color: #EC0BCA;
}
.TagClassName
{
border-color: #EC0BCA;
}
</style>