Shades of Shocking Pink #EC0FBF
Tints of Shocking Pink #EC0FBF
RGB
CMYK
RGB Variations
Color information
#EC0FBF (or 0xEC0FBF) is known color: Shocking Pink. HEX triplet: EC, 0F and BF. RGB value is (236,15,191). Sum of RGB (Red+Green+Blue) = 236+15+191=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FBF is #13F040. Grayscale: #646464. Windows color (decimal): -1306689 or 12521452. OLE color: 12521452.
HSL color Cylindrical-coordinate representation of color #EC0FBF: hue angle of 312.22º 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 #EC0FBF is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 191 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.07 |
| HSL | 312.22º | 0.88% | 0.49% | - |
| HSV(B) | 312.22º | 0.94% | 0.93% | - |
| XYZ | 44.17 | 21.94 | 51.2 | - |
| YUV | 101.14 | 178.72 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 191 | 0 | 0.94 | 0.19 | 0.07 | 312.22 | 0.88 | 0.49 |
| Hex | EC | F | BF | 0 | 5E | 13 | 7 | 138 | 58 | 31 |
| Octal | 354 | 17 | 277 | 0 | 136 | 23 | 7 | 470 | 130 | 61 |
| Binary | 11101100 | 1111 | 10111111 | 0 | 1011110 | 10011 | 111 | 100111000 | 1011000 | 110001 |
Color Harmonies of #EC0FBF
Complementary color
Monochromatic Colors of #EC0FBF
Black with #EC0FBF
Text Example
Text Example
White with #EC0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FBF; }
p { color: rgb(236,15,191); }
H1.HeaderClassName
{
color: #EC0FBF;
}
.AnyTagClassName
{
color: #EC0FBF;
}
</style>
background-color css
<style>
a { background-color: #EC0FBF; }
a { background-color: rgb(236,15,191); }
div.DivClassName
{
background-color: #EC0FBF;
}
.BgClassName
{
background-color: #EC0FBF;
}
</style>
border-color css
<style>
span { border-color: #EC0FBF; }
span { border-color: rgb(236,15,191); }
td.TdClassName
{
border-color: #EC0FBF;
}
.TagClassName
{
border-color: #EC0FBF;
}
</style>