Shades of Shocking Pink #EC0FB5
Tints of Shocking Pink #EC0FB5
RGB
CMYK
RGB Variations
Color information
#EC0FB5 (or 0xEC0FB5) is known color: Shocking Pink. HEX triplet: EC, 0F and B5. RGB value is (236,15,181). Sum of RGB (Red+Green+Blue) = 236+15+181=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FB5 is #13F04A. Grayscale: #636363. Windows color (decimal): -1306699 or 11866092. OLE color: 11866092.
HSL color Cylindrical-coordinate representation of color #EC0FB5: hue angle of 314.93º 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 #EC0FB5 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 181 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.07 |
| HSL | 314.93º | 0.88% | 0.49% | - |
| HSV(B) | 314.93º | 0.94% | 0.93% | - |
| XYZ | 43.1 | 21.51 | 45.6 | - |
| YUV | 100 | 173.72 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 181 | 0 | 0.94 | 0.23 | 0.07 | 314.93 | 0.88 | 0.49 |
| Hex | EC | F | B5 | 0 | 5E | 17 | 7 | 13B | 58 | 31 |
| Octal | 354 | 17 | 265 | 0 | 136 | 27 | 7 | 473 | 130 | 61 |
| Binary | 11101100 | 1111 | 10110101 | 0 | 1011110 | 10111 | 111 | 100111011 | 1011000 | 110001 |
Color Harmonies of #EC0FB5
Complementary color
Monochromatic Colors of #EC0FB5
Black with #EC0FB5
Text Example
Text Example
White with #EC0FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FB5; }
p { color: rgb(236,15,181); }
H1.HeaderClassName
{
color: #EC0FB5;
}
.AnyTagClassName
{
color: #EC0FB5;
}
</style>
background-color css
<style>
a { background-color: #EC0FB5; }
a { background-color: rgb(236,15,181); }
div.DivClassName
{
background-color: #EC0FB5;
}
.BgClassName
{
background-color: #EC0FB5;
}
</style>
border-color css
<style>
span { border-color: #EC0FB5; }
span { border-color: rgb(236,15,181); }
td.TdClassName
{
border-color: #EC0FB5;
}
.TagClassName
{
border-color: #EC0FB5;
}
</style>