Shades of Hot Pink #EC5EBC
Tints of Hot Pink #EC5EBC
RGB
CMYK
RGB Variations
Color information
#EC5EBC (or 0xEC5EBC) is known color: Hot Pink. HEX triplet: EC, 5E and BC. RGB value is (236,94,188). Sum of RGB (Red+Green+Blue) = 236+94+188=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EBC is #13A143. Grayscale: #929292. Windows color (decimal): -1286468 or 12345068. OLE color: 12345068.
HSL color Cylindrical-coordinate representation of color #EC5EBC: hue angle of 320.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5EBC is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 188 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.07 |
| HSL | 320.28º | 0.79% | 0.65% | - |
| HSV(B) | 320.28º | 0.6% | 0.93% | - |
| XYZ | 47.67 | 29.47 | 50.75 | - |
| YUV | 147.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 188 | 0 | 0.60 | 0.20 | 0.07 | 320.28 | 0.79 | 0.65 |
| Hex | EC | 5E | BC | 0 | 3C | 14 | 7 | 140 | 4F | 41 |
| Octal | 354 | 136 | 274 | 0 | 74 | 24 | 7 | 500 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10111100 | 0 | 111100 | 10100 | 111 | 101000000 | 1001111 | 1000001 |
Color Harmonies of #EC5EBC
Complementary color
Monochromatic Colors of #EC5EBC
Black with #EC5EBC
Text Example
Text Example
White with #EC5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5EBC; }
p { color: rgb(236,94,188); }
H1.HeaderClassName
{
color: #EC5EBC;
}
.AnyTagClassName
{
color: #EC5EBC;
}
</style>
background-color css
<style>
a { background-color: #EC5EBC; }
a { background-color: rgb(236,94,188); }
div.DivClassName
{
background-color: #EC5EBC;
}
.BgClassName
{
background-color: #EC5EBC;
}
</style>
border-color css
<style>
span { border-color: #EC5EBC; }
span { border-color: rgb(236,94,188); }
td.TdClassName
{
border-color: #EC5EBC;
}
.TagClassName
{
border-color: #EC5EBC;
}
</style>