Shades of Shocking Pink #EC03BA
Tints of Shocking Pink #EC03BA
RGB
CMYK
RGB Variations
Color information
#EC03BA (or 0xEC03BA) is known color: Shocking Pink. HEX triplet: EC, 03 and BA. RGB value is (236,3,186). Sum of RGB (Red+Green+Blue) = 236+3+186=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03BA is #13FC45. Grayscale: #5D5D5D. Windows color (decimal): -1309766 or 12190700. OLE color: 12190700.
HSL color Cylindrical-coordinate representation of color #EC03BA: hue angle of 312.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03BA is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 186 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.07 |
| HSL | 312.88º | 0.97% | 0.47% | - |
| HSV(B) | 312.88º | 0.99% | 0.93% | - |
| XYZ | 43.49 | 21.44 | 48.3 | - |
| YUV | 93.53 | 180.19 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 186 | 0 | 0.99 | 0.21 | 0.07 | 312.88 | 0.97 | 0.47 |
| Hex | EC | 3 | BA | 0 | 63 | 15 | 7 | 139 | 61 | 2F |
| Octal | 354 | 3 | 272 | 0 | 143 | 25 | 7 | 471 | 141 | 57 |
| Binary | 11101100 | 11 | 10111010 | 0 | 1100011 | 10101 | 111 | 100111001 | 1100001 | 101111 |
Color Harmonies of #EC03BA
Complementary color
Monochromatic Colors of #EC03BA
Black with #EC03BA
Text Example
Text Example
White with #EC03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03BA; }
p { color: rgb(236,3,186); }
H1.HeaderClassName
{
color: #EC03BA;
}
.AnyTagClassName
{
color: #EC03BA;
}
</style>
background-color css
<style>
a { background-color: #EC03BA; }
a { background-color: rgb(236,3,186); }
div.DivClassName
{
background-color: #EC03BA;
}
.BgClassName
{
background-color: #EC03BA;
}
</style>
border-color css
<style>
span { border-color: #EC03BA; }
span { border-color: rgb(236,3,186); }
td.TdClassName
{
border-color: #EC03BA;
}
.TagClassName
{
border-color: #EC03BA;
}
</style>