Shades of Hot Pink #EC59BC
Tints of Hot Pink #EC59BC
RGB
CMYK
RGB Variations
Color information
#EC59BC (or 0xEC59BC) is known color: Hot Pink. HEX triplet: EC, 59 and BC. RGB value is (236,89,188). Sum of RGB (Red+Green+Blue) = 236+89+188=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59BC is #13A643. Grayscale: #8F8F8F. Windows color (decimal): -1287748 or 12343788. OLE color: 12343788.
HSL color Cylindrical-coordinate representation of color #EC59BC: hue angle of 319.59º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59BC is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 188 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.07 |
| HSL | 319.59º | 0.79% | 0.64% | - |
| HSV(B) | 319.59º | 0.62% | 0.93% | - |
| XYZ | 47.24 | 28.61 | 50.61 | - |
| YUV | 144.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 188 | 0 | 0.62 | 0.20 | 0.07 | 319.59 | 0.79 | 0.64 |
| Hex | EC | 59 | BC | 0 | 3E | 14 | 7 | 140 | 4F | 40 |
| Octal | 354 | 131 | 274 | 0 | 76 | 24 | 7 | 500 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10111100 | 0 | 111110 | 10100 | 111 | 101000000 | 1001111 | 1000000 |
Color Harmonies of #EC59BC
Complementary color
Monochromatic Colors of #EC59BC
Black with #EC59BC
Text Example
Text Example
White with #EC59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59BC; }
p { color: rgb(236,89,188); }
H1.HeaderClassName
{
color: #EC59BC;
}
.AnyTagClassName
{
color: #EC59BC;
}
</style>
background-color css
<style>
a { background-color: #EC59BC; }
a { background-color: rgb(236,89,188); }
div.DivClassName
{
background-color: #EC59BC;
}
.BgClassName
{
background-color: #EC59BC;
}
</style>
border-color css
<style>
span { border-color: #EC59BC; }
span { border-color: rgb(236,89,188); }
td.TdClassName
{
border-color: #EC59BC;
}
.TagClassName
{
border-color: #EC59BC;
}
</style>