Shades of Hot Pink #EC58BC
Tints of Hot Pink #EC58BC
RGB
CMYK
RGB Variations
Color information
#EC58BC (or 0xEC58BC) is known color: Hot Pink. HEX triplet: EC, 58 and BC. RGB value is (236,88,188). Sum of RGB (Red+Green+Blue) = 236+88+188=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58BC is #13A743. Grayscale: #8F8F8F. Windows color (decimal): -1288004 or 12343532. OLE color: 12343532.
HSL color Cylindrical-coordinate representation of color #EC58BC: hue angle of 319.46º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58BC is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 188 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.07 |
| HSL | 319.46º | 0.8% | 0.64% | - |
| HSV(B) | 319.46º | 0.63% | 0.93% | - |
| XYZ | 47.16 | 28.44 | 50.58 | - |
| YUV | 143.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 188 | 0 | 0.63 | 0.20 | 0.07 | 319.46 | 0.8 | 0.64 |
| Hex | EC | 58 | BC | 0 | 3F | 14 | 7 | 13F | 50 | 40 |
| Octal | 354 | 130 | 274 | 0 | 77 | 24 | 7 | 477 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10111100 | 0 | 111111 | 10100 | 111 | 100111111 | 1010000 | 1000000 |
Color Harmonies of #EC58BC
Complementary color
Monochromatic Colors of #EC58BC
Black with #EC58BC
Text Example
Text Example
White with #EC58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58BC; }
p { color: rgb(236,88,188); }
H1.HeaderClassName
{
color: #EC58BC;
}
.AnyTagClassName
{
color: #EC58BC;
}
</style>
background-color css
<style>
a { background-color: #EC58BC; }
a { background-color: rgb(236,88,188); }
div.DivClassName
{
background-color: #EC58BC;
}
.BgClassName
{
background-color: #EC58BC;
}
</style>
border-color css
<style>
span { border-color: #EC58BC; }
span { border-color: rgb(236,88,188); }
td.TdClassName
{
border-color: #EC58BC;
}
.TagClassName
{
border-color: #EC58BC;
}
</style>