Shades of Shocking Pink #EC07BC
Tints of Shocking Pink #EC07BC
RGB
CMYK
RGB Variations
Color information
#EC07BC (or 0xEC07BC) is known color: Shocking Pink. HEX triplet: EC, 07 and BC. RGB value is (236,7,188). Sum of RGB (Red+Green+Blue) = 236+7+188=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07BC is #13F843. Grayscale: #5F5F5F. Windows color (decimal): -1308740 or 12322796. OLE color: 12322796.
HSL color Cylindrical-coordinate representation of color #EC07BC: hue angle of 312.58º 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 #EC07BC is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.07 |
| HSL | 312.58º | 0.94% | 0.48% | - |
| HSV(B) | 312.58º | 0.97% | 0.93% | - |
| XYZ | 43.75 | 21.62 | 49.44 | - |
| YUV | 96.11 | 179.87 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 188 | 0 | 0.97 | 0.20 | 0.07 | 312.58 | 0.94 | 0.48 |
| Hex | EC | 7 | BC | 0 | 61 | 14 | 7 | 139 | 5E | 30 |
| Octal | 354 | 7 | 274 | 0 | 141 | 24 | 7 | 471 | 136 | 60 |
| Binary | 11101100 | 111 | 10111100 | 0 | 1100001 | 10100 | 111 | 100111001 | 1011110 | 110000 |
Color Harmonies of #EC07BC
Complementary color
Monochromatic Colors of #EC07BC
Black with #EC07BC
Text Example
Text Example
White with #EC07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07BC; }
p { color: rgb(236,7,188); }
H1.HeaderClassName
{
color: #EC07BC;
}
.AnyTagClassName
{
color: #EC07BC;
}
</style>
background-color css
<style>
a { background-color: #EC07BC; }
a { background-color: rgb(236,7,188); }
div.DivClassName
{
background-color: #EC07BC;
}
.BgClassName
{
background-color: #EC07BC;
}
</style>
border-color css
<style>
span { border-color: #EC07BC; }
span { border-color: rgb(236,7,188); }
td.TdClassName
{
border-color: #EC07BC;
}
.TagClassName
{
border-color: #EC07BC;
}
</style>