Shades of Shocking Pink #EC07BF
Tints of Shocking Pink #EC07BF
RGB
CMYK
RGB Variations
Color information
#EC07BF (or 0xEC07BF) is known color: Shocking Pink. HEX triplet: EC, 07 and BF. RGB value is (236,7,191). Sum of RGB (Red+Green+Blue) = 236+7+191=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07BF is #13F840. Grayscale: #5F5F5F. Windows color (decimal): -1308737 or 12519404. OLE color: 12519404.
HSL color Cylindrical-coordinate representation of color #EC07BF: hue angle of 311.79º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07BF is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.07 |
| HSL | 311.79º | 0.94% | 0.48% | - |
| HSV(B) | 311.79º | 0.97% | 0.93% | - |
| XYZ | 44.07 | 21.75 | 51.16 | - |
| YUV | 96.45 | 181.37 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 191 | 0 | 0.97 | 0.19 | 0.07 | 311.79 | 0.94 | 0.48 |
| Hex | EC | 7 | BF | 0 | 61 | 13 | 7 | 138 | 5E | 30 |
| Octal | 354 | 7 | 277 | 0 | 141 | 23 | 7 | 470 | 136 | 60 |
| Binary | 11101100 | 111 | 10111111 | 0 | 1100001 | 10011 | 111 | 100111000 | 1011110 | 110000 |
Color Harmonies of #EC07BF
Complementary color
Monochromatic Colors of #EC07BF
Black with #EC07BF
Text Example
Text Example
White with #EC07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07BF; }
p { color: rgb(236,7,191); }
H1.HeaderClassName
{
color: #EC07BF;
}
.AnyTagClassName
{
color: #EC07BF;
}
</style>
background-color css
<style>
a { background-color: #EC07BF; }
a { background-color: rgb(236,7,191); }
div.DivClassName
{
background-color: #EC07BF;
}
.BgClassName
{
background-color: #EC07BF;
}
</style>
border-color css
<style>
span { border-color: #EC07BF; }
span { border-color: rgb(236,7,191); }
td.TdClassName
{
border-color: #EC07BF;
}
.TagClassName
{
border-color: #EC07BF;
}
</style>