Shades of Shocking Pink #EC02BB
Tints of Shocking Pink #EC02BB
RGB
CMYK
RGB Variations
Color information
#EC02BB (or 0xEC02BB) is known color: Shocking Pink. HEX triplet: EC, 02 and BB. RGB value is (236,2,187). Sum of RGB (Red+Green+Blue) = 236+2+187=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02BB is #13FD44. Grayscale: #5C5C5C. Windows color (decimal): -1310021 or 12255980. OLE color: 12255980.
HSL color Cylindrical-coordinate representation of color #EC02BB: hue angle of 312.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02BB is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.07 |
| HSL | 312.56º | 0.98% | 0.47% | - |
| HSV(B) | 312.56º | 0.99% | 0.93% | - |
| XYZ | 43.58 | 21.46 | 48.86 | - |
| YUV | 93.06 | 181.02 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 187 | 0 | 0.99 | 0.21 | 0.07 | 312.56 | 0.98 | 0.47 |
| Hex | EC | 2 | BB | 0 | 63 | 15 | 7 | 139 | 62 | 2F |
| Octal | 354 | 2 | 273 | 0 | 143 | 25 | 7 | 471 | 142 | 57 |
| Binary | 11101100 | 10 | 10111011 | 0 | 1100011 | 10101 | 111 | 100111001 | 1100010 | 101111 |
Color Harmonies of #EC02BB
Complementary color
Monochromatic Colors of #EC02BB
Black with #EC02BB
Text Example
Text Example
White with #EC02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02BB; }
p { color: rgb(236,2,187); }
H1.HeaderClassName
{
color: #EC02BB;
}
.AnyTagClassName
{
color: #EC02BB;
}
</style>
background-color css
<style>
a { background-color: #EC02BB; }
a { background-color: rgb(236,2,187); }
div.DivClassName
{
background-color: #EC02BB;
}
.BgClassName
{
background-color: #EC02BB;
}
</style>
border-color css
<style>
span { border-color: #EC02BB; }
span { border-color: rgb(236,2,187); }
td.TdClassName
{
border-color: #EC02BB;
}
.TagClassName
{
border-color: #EC02BB;
}
</style>