Shades of Shocking Pink #EC09BC
Tints of Shocking Pink #EC09BC
RGB
CMYK
RGB Variations
Color information
#EC09BC (or 0xEC09BC) is known color: Shocking Pink. HEX triplet: EC, 09 and BC. RGB value is (236,9,188). Sum of RGB (Red+Green+Blue) = 236+9+188=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09BC is #13F643. Grayscale: #606060. Windows color (decimal): -1308228 or 12323308. OLE color: 12323308.
HSL color Cylindrical-coordinate representation of color #EC09BC: hue angle of 312.69º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09BC is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.07 |
| HSL | 312.69º | 0.93% | 0.48% | - |
| HSV(B) | 312.69º | 0.96% | 0.93% | - |
| XYZ | 43.77 | 21.66 | 49.45 | - |
| YUV | 97.28 | 179.21 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 188 | 0 | 0.96 | 0.20 | 0.07 | 312.69 | 0.93 | 0.48 |
| Hex | EC | 9 | BC | 0 | 60 | 14 | 7 | 139 | 5D | 30 |
| Octal | 354 | 11 | 274 | 0 | 140 | 24 | 7 | 471 | 135 | 60 |
| Binary | 11101100 | 1001 | 10111100 | 0 | 1100000 | 10100 | 111 | 100111001 | 1011101 | 110000 |
Color Harmonies of #EC09BC
Complementary color
Monochromatic Colors of #EC09BC
Black with #EC09BC
Text Example
Text Example
White with #EC09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09BC; }
p { color: rgb(236,9,188); }
H1.HeaderClassName
{
color: #EC09BC;
}
.AnyTagClassName
{
color: #EC09BC;
}
</style>
background-color css
<style>
a { background-color: #EC09BC; }
a { background-color: rgb(236,9,188); }
div.DivClassName
{
background-color: #EC09BC;
}
.BgClassName
{
background-color: #EC09BC;
}
</style>
border-color css
<style>
span { border-color: #EC09BC; }
span { border-color: rgb(236,9,188); }
td.TdClassName
{
border-color: #EC09BC;
}
.TagClassName
{
border-color: #EC09BC;
}
</style>