Shades of Shocking Pink #EC0FB9
Tints of Shocking Pink #EC0FB9
RGB
CMYK
RGB Variations
Color information
#EC0FB9 (or 0xEC0FB9) is known color: Shocking Pink. HEX triplet: EC, 0F and B9. RGB value is (236,15,185). Sum of RGB (Red+Green+Blue) = 236+15+185=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FB9 is #13F046. Grayscale: #646464. Windows color (decimal): -1306695 or 12128236. OLE color: 12128236.
HSL color Cylindrical-coordinate representation of color #EC0FB9: hue angle of 313.85º 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 #EC0FB9 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 185 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.07 |
| HSL | 313.85º | 0.88% | 0.49% | - |
| HSV(B) | 313.85º | 0.94% | 0.93% | - |
| XYZ | 43.52 | 21.68 | 47.79 | - |
| YUV | 100.46 | 175.72 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 185 | 0 | 0.94 | 0.22 | 0.07 | 313.85 | 0.88 | 0.49 |
| Hex | EC | F | B9 | 0 | 5E | 16 | 7 | 13A | 58 | 31 |
| Octal | 354 | 17 | 271 | 0 | 136 | 26 | 7 | 472 | 130 | 61 |
| Binary | 11101100 | 1111 | 10111001 | 0 | 1011110 | 10110 | 111 | 100111010 | 1011000 | 110001 |
Color Harmonies of #EC0FB9
Complementary color
Monochromatic Colors of #EC0FB9
Black with #EC0FB9
Text Example
Text Example
White with #EC0FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FB9; }
p { color: rgb(236,15,185); }
H1.HeaderClassName
{
color: #EC0FB9;
}
.AnyTagClassName
{
color: #EC0FB9;
}
</style>
background-color css
<style>
a { background-color: #EC0FB9; }
a { background-color: rgb(236,15,185); }
div.DivClassName
{
background-color: #EC0FB9;
}
.BgClassName
{
background-color: #EC0FB9;
}
</style>
border-color css
<style>
span { border-color: #EC0FB9; }
span { border-color: rgb(236,15,185); }
td.TdClassName
{
border-color: #EC0FB9;
}
.TagClassName
{
border-color: #EC0FB9;
}
</style>