Shades of Shocking Pink #EC00BA
Tints of Shocking Pink #EC00BA
RGB
CMYK
RGB Variations
Color information
#EC00BA (or 0xEC00BA) is known color: Shocking Pink. HEX triplet: EC, 00 and BA. RGB value is (236,0,186). Sum of RGB (Red+Green+Blue) = 236+0+186=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00BA is #13FF45. Grayscale: #5B5B5B. Windows color (decimal): -1310534 or 12189932. OLE color: 12189932.
HSL color Cylindrical-coordinate representation of color #EC00BA: hue angle of 312.71º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00BA is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.21 | 0.07 |
| HSL | 312.71º | 1% | 0.46% | - |
| HSV(B) | 312.71º | 1% | 0.93% | - |
| XYZ | 43.46 | 21.38 | 48.29 | - |
| YUV | 91.77 | 181.19 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 186 | 0 | 1 | 0.21 | 0.07 | 312.71 | 1 | 0.46 |
| Hex | EC | 0 | BA | 0 | 64 | 15 | 7 | 139 | 64 | 2E |
| Octal | 354 | 0 | 272 | 0 | 144 | 25 | 7 | 471 | 144 | 56 |
| Binary | 11101100 | 0 | 10111010 | 0 | 1100100 | 10101 | 111 | 100111001 | 1100100 | 101110 |
Color Harmonies of #EC00BA
Complementary color
Monochromatic Colors of #EC00BA
Black with #EC00BA
Text Example
Text Example
White with #EC00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00BA; }
p { color: rgb(236,0,186); }
H1.HeaderClassName
{
color: #EC00BA;
}
.AnyTagClassName
{
color: #EC00BA;
}
</style>
background-color css
<style>
a { background-color: #EC00BA; }
a { background-color: rgb(236,0,186); }
div.DivClassName
{
background-color: #EC00BA;
}
.BgClassName
{
background-color: #EC00BA;
}
</style>
border-color css
<style>
span { border-color: #EC00BA; }
span { border-color: rgb(236,0,186); }
td.TdClassName
{
border-color: #EC00BA;
}
.TagClassName
{
border-color: #EC00BA;
}
</style>