Shades of Shocking Pink #EC07BB
Tints of Shocking Pink #EC07BB
RGB
CMYK
RGB Variations
Color information
#EC07BB (or 0xEC07BB) is known color: Shocking Pink. HEX triplet: EC, 07 and BB. RGB value is (236,7,187). Sum of RGB (Red+Green+Blue) = 236+7+187=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07BB is #13F844. Grayscale: #5F5F5F. Windows color (decimal): -1308741 or 12257260. OLE color: 12257260.
HSL color Cylindrical-coordinate representation of color #EC07BB: hue angle of 312.84º 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 #EC07BB is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.07 |
| HSL | 312.84º | 0.94% | 0.48% | - |
| HSV(B) | 312.84º | 0.97% | 0.93% | - |
| XYZ | 43.64 | 21.57 | 48.88 | - |
| YUV | 95.99 | 179.37 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 187 | 0 | 0.97 | 0.21 | 0.07 | 312.84 | 0.94 | 0.48 |
| Hex | EC | 7 | BB | 0 | 61 | 15 | 7 | 139 | 5E | 30 |
| Octal | 354 | 7 | 273 | 0 | 141 | 25 | 7 | 471 | 136 | 60 |
| Binary | 11101100 | 111 | 10111011 | 0 | 1100001 | 10101 | 111 | 100111001 | 1011110 | 110000 |
Color Harmonies of #EC07BB
Complementary color
Monochromatic Colors of #EC07BB
Black with #EC07BB
Text Example
Text Example
White with #EC07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07BB; }
p { color: rgb(236,7,187); }
H1.HeaderClassName
{
color: #EC07BB;
}
.AnyTagClassName
{
color: #EC07BB;
}
</style>
background-color css
<style>
a { background-color: #EC07BB; }
a { background-color: rgb(236,7,187); }
div.DivClassName
{
background-color: #EC07BB;
}
.BgClassName
{
background-color: #EC07BB;
}
</style>
border-color css
<style>
span { border-color: #EC07BB; }
span { border-color: rgb(236,7,187); }
td.TdClassName
{
border-color: #EC07BB;
}
.TagClassName
{
border-color: #EC07BB;
}
</style>