Shades of Hot Pink #EC53BC
Tints of Hot Pink #EC53BC
RGB
CMYK
RGB Variations
Color information
#EC53BC (or 0xEC53BC) is known color: Hot Pink. HEX triplet: EC, 53 and BC. RGB value is (236,83,188). Sum of RGB (Red+Green+Blue) = 236+83+188=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53BC is #13AC43. Grayscale: #8C8C8C. Windows color (decimal): -1289284 or 12342252. OLE color: 12342252.
HSL color Cylindrical-coordinate representation of color #EC53BC: hue angle of 318.82º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53BC is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 188 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.07 |
| HSL | 318.82º | 0.8% | 0.63% | - |
| HSV(B) | 318.82º | 0.65% | 0.93% | - |
| XYZ | 46.76 | 27.65 | 50.45 | - |
| YUV | 140.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 188 | 0 | 0.65 | 0.20 | 0.07 | 318.82 | 0.8 | 0.63 |
| Hex | EC | 53 | BC | 0 | 41 | 14 | 7 | 13F | 50 | 3F |
| Octal | 354 | 123 | 274 | 0 | 101 | 24 | 7 | 477 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10111100 | 0 | 1000001 | 10100 | 111 | 100111111 | 1010000 | 111111 |
Color Harmonies of #EC53BC
Complementary color
Monochromatic Colors of #EC53BC
Black with #EC53BC
Text Example
Text Example
White with #EC53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53BC; }
p { color: rgb(236,83,188); }
H1.HeaderClassName
{
color: #EC53BC;
}
.AnyTagClassName
{
color: #EC53BC;
}
</style>
background-color css
<style>
a { background-color: #EC53BC; }
a { background-color: rgb(236,83,188); }
div.DivClassName
{
background-color: #EC53BC;
}
.BgClassName
{
background-color: #EC53BC;
}
</style>
border-color css
<style>
span { border-color: #EC53BC; }
span { border-color: rgb(236,83,188); }
td.TdClassName
{
border-color: #EC53BC;
}
.TagClassName
{
border-color: #EC53BC;
}
</style>