Shades of Hot Pink #EC59BA
Tints of Hot Pink #EC59BA
RGB
CMYK
RGB Variations
Color information
#EC59BA (or 0xEC59BA) is known color: Hot Pink. HEX triplet: EC, 59 and BA. RGB value is (236,89,186). Sum of RGB (Red+Green+Blue) = 236+89+186=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59BA is #13A645. Grayscale: #8F8F8F. Windows color (decimal): -1287750 or 12212716. OLE color: 12212716.
HSL color Cylindrical-coordinate representation of color #EC59BA: hue angle of 320.41º 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 #EC59BA is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 186 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.07 |
| HSL | 320.41º | 0.79% | 0.64% | - |
| HSV(B) | 320.41º | 0.62% | 0.93% | - |
| XYZ | 47.03 | 28.52 | 49.48 | - |
| YUV | 144.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 186 | 0 | 0.62 | 0.21 | 0.07 | 320.41 | 0.79 | 0.64 |
| Hex | EC | 59 | BA | 0 | 3E | 15 | 7 | 140 | 4F | 40 |
| Octal | 354 | 131 | 272 | 0 | 76 | 25 | 7 | 500 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10111010 | 0 | 111110 | 10101 | 111 | 101000000 | 1001111 | 1000000 |
Color Harmonies of #EC59BA
Complementary color
Monochromatic Colors of #EC59BA
Black with #EC59BA
Text Example
Text Example
White with #EC59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59BA; }
p { color: rgb(236,89,186); }
H1.HeaderClassName
{
color: #EC59BA;
}
.AnyTagClassName
{
color: #EC59BA;
}
</style>
background-color css
<style>
a { background-color: #EC59BA; }
a { background-color: rgb(236,89,186); }
div.DivClassName
{
background-color: #EC59BA;
}
.BgClassName
{
background-color: #EC59BA;
}
</style>
border-color css
<style>
span { border-color: #EC59BA; }
span { border-color: rgb(236,89,186); }
td.TdClassName
{
border-color: #EC59BA;
}
.TagClassName
{
border-color: #EC59BA;
}
</style>