Shades of Hot Pink #EC51BA
Tints of Hot Pink #EC51BA
RGB
CMYK
RGB Variations
Color information
#EC51BA (or 0xEC51BA) is known color: Hot Pink. HEX triplet: EC, 51 and BA. RGB value is (236,81,186). Sum of RGB (Red+Green+Blue) = 236+81+186=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51BA is #13AE45. Grayscale: #8B8B8B. Windows color (decimal): -1289798 or 12210668. OLE color: 12210668.
HSL color Cylindrical-coordinate representation of color #EC51BA: hue angle of 319.35º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51BA is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 186 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.07 |
| HSL | 319.35º | 0.8% | 0.62% | - |
| HSV(B) | 319.35º | 0.66% | 0.93% | - |
| XYZ | 46.4 | 27.26 | 49.27 | - |
| YUV | 139.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 186 | 0 | 0.66 | 0.21 | 0.07 | 319.35 | 0.8 | 0.62 |
| Hex | EC | 51 | BA | 0 | 42 | 15 | 7 | 13F | 50 | 3E |
| Octal | 354 | 121 | 272 | 0 | 102 | 25 | 7 | 477 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10111010 | 0 | 1000010 | 10101 | 111 | 100111111 | 1010000 | 111110 |
Color Harmonies of #EC51BA
Complementary color
Monochromatic Colors of #EC51BA
Black with #EC51BA
Text Example
Text Example
White with #EC51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51BA; }
p { color: rgb(236,81,186); }
H1.HeaderClassName
{
color: #EC51BA;
}
.AnyTagClassName
{
color: #EC51BA;
}
</style>
background-color css
<style>
a { background-color: #EC51BA; }
a { background-color: rgb(236,81,186); }
div.DivClassName
{
background-color: #EC51BA;
}
.BgClassName
{
background-color: #EC51BA;
}
</style>
border-color css
<style>
span { border-color: #EC51BA; }
span { border-color: rgb(236,81,186); }
td.TdClassName
{
border-color: #EC51BA;
}
.TagClassName
{
border-color: #EC51BA;
}
</style>