Shades of Shocking Pink #EC0FB4
Tints of Shocking Pink #EC0FB4
RGB
CMYK
RGB Variations
Color information
#EC0FB4 (or 0xEC0FB4) is known color: Shocking Pink. HEX triplet: EC, 0F and B4. RGB value is (236,15,180). Sum of RGB (Red+Green+Blue) = 236+15+180=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FB4 is #13F04B. Grayscale: #636363. Windows color (decimal): -1306700 or 11800556. OLE color: 11800556.
HSL color Cylindrical-coordinate representation of color #EC0FB4: hue angle of 315.2º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FB4 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 180 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.07 |
| HSL | 315.2º | 0.88% | 0.49% | - |
| HSV(B) | 315.2º | 0.94% | 0.93% | - |
| XYZ | 43 | 21.47 | 45.06 | - |
| YUV | 99.89 | 173.22 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 180 | 0 | 0.94 | 0.24 | 0.07 | 315.2 | 0.88 | 0.49 |
| Hex | EC | F | B4 | 0 | 5E | 18 | 7 | 13B | 58 | 31 |
| Octal | 354 | 17 | 264 | 0 | 136 | 30 | 7 | 473 | 130 | 61 |
| Binary | 11101100 | 1111 | 10110100 | 0 | 1011110 | 11000 | 111 | 100111011 | 1011000 | 110001 |
Color Harmonies of #EC0FB4
Complementary color
Monochromatic Colors of #EC0FB4
Black with #EC0FB4
Text Example
Text Example
White with #EC0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FB4; }
p { color: rgb(236,15,180); }
H1.HeaderClassName
{
color: #EC0FB4;
}
.AnyTagClassName
{
color: #EC0FB4;
}
</style>
background-color css
<style>
a { background-color: #EC0FB4; }
a { background-color: rgb(236,15,180); }
div.DivClassName
{
background-color: #EC0FB4;
}
.BgClassName
{
background-color: #EC0FB4;
}
</style>
border-color css
<style>
span { border-color: #EC0FB4; }
span { border-color: rgb(236,15,180); }
td.TdClassName
{
border-color: #EC0FB4;
}
.TagClassName
{
border-color: #EC0FB4;
}
</style>