Shades of Shocking Pink #EC04BF
Tints of Shocking Pink #EC04BF
RGB
CMYK
RGB Variations
Color information
#EC04BF (or 0xEC04BF) is known color: Shocking Pink. HEX triplet: EC, 04 and BF. RGB value is (236,4,191). Sum of RGB (Red+Green+Blue) = 236+4+191=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04BF is #13FB40. Grayscale: #5E5E5E. Windows color (decimal): -1309505 or 12518636. OLE color: 12518636.
HSL color Cylindrical-coordinate representation of color #EC04BF: hue angle of 311.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC04BF is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.07 |
| HSL | 311.64º | 0.97% | 0.47% | - |
| HSV(B) | 311.64º | 0.98% | 0.93% | - |
| XYZ | 44.04 | 21.68 | 51.15 | - |
| YUV | 94.69 | 182.36 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 191 | 0 | 0.98 | 0.19 | 0.07 | 311.64 | 0.97 | 0.47 |
| Hex | EC | 4 | BF | 0 | 62 | 13 | 7 | 138 | 61 | 2F |
| Octal | 354 | 4 | 277 | 0 | 142 | 23 | 7 | 470 | 141 | 57 |
| Binary | 11101100 | 100 | 10111111 | 0 | 1100010 | 10011 | 111 | 100111000 | 1100001 | 101111 |
Color Harmonies of #EC04BF
Complementary color
Monochromatic Colors of #EC04BF
Black with #EC04BF
Text Example
Text Example
White with #EC04BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04BF; }
p { color: rgb(236,4,191); }
H1.HeaderClassName
{
color: #EC04BF;
}
.AnyTagClassName
{
color: #EC04BF;
}
</style>
background-color css
<style>
a { background-color: #EC04BF; }
a { background-color: rgb(236,4,191); }
div.DivClassName
{
background-color: #EC04BF;
}
.BgClassName
{
background-color: #EC04BF;
}
</style>
border-color css
<style>
span { border-color: #EC04BF; }
span { border-color: rgb(236,4,191); }
td.TdClassName
{
border-color: #EC04BF;
}
.TagClassName
{
border-color: #EC04BF;
}
</style>