Shades of Shocking Pink #EC03BF
Tints of Shocking Pink #EC03BF
RGB
CMYK
RGB Variations
Color information
#EC03BF (or 0xEC03BF) is known color: Shocking Pink. HEX triplet: EC, 03 and BF. RGB value is (236,3,191). Sum of RGB (Red+Green+Blue) = 236+3+191=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03BF is #13FC40. Grayscale: #5D5D5D. Windows color (decimal): -1309761 or 12518380. OLE color: 12518380.
HSL color Cylindrical-coordinate representation of color #EC03BF: hue angle of 311.59º 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 #EC03BF is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.07 |
| HSL | 311.59º | 0.97% | 0.47% | - |
| HSV(B) | 311.59º | 0.99% | 0.93% | - |
| XYZ | 44.03 | 21.66 | 51.15 | - |
| YUV | 94.1 | 182.69 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 191 | 0 | 0.99 | 0.19 | 0.07 | 311.59 | 0.97 | 0.47 |
| Hex | EC | 3 | BF | 0 | 63 | 13 | 7 | 138 | 61 | 2F |
| Octal | 354 | 3 | 277 | 0 | 143 | 23 | 7 | 470 | 141 | 57 |
| Binary | 11101100 | 11 | 10111111 | 0 | 1100011 | 10011 | 111 | 100111000 | 1100001 | 101111 |
Color Harmonies of #EC03BF
Complementary color
Monochromatic Colors of #EC03BF
Black with #EC03BF
Text Example
Text Example
White with #EC03BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03BF; }
p { color: rgb(236,3,191); }
H1.HeaderClassName
{
color: #EC03BF;
}
.AnyTagClassName
{
color: #EC03BF;
}
</style>
background-color css
<style>
a { background-color: #EC03BF; }
a { background-color: rgb(236,3,191); }
div.DivClassName
{
background-color: #EC03BF;
}
.BgClassName
{
background-color: #EC03BF;
}
</style>
border-color css
<style>
span { border-color: #EC03BF; }
span { border-color: rgb(236,3,191); }
td.TdClassName
{
border-color: #EC03BF;
}
.TagClassName
{
border-color: #EC03BF;
}
</style>