Shades of Hot Pink #EC56BA
Tints of Hot Pink #EC56BA
RGB
CMYK
RGB Variations
Color information
#EC56BA (or 0xEC56BA) is known color: Hot Pink. HEX triplet: EC, 56 and BA. RGB value is (236,86,186). Sum of RGB (Red+Green+Blue) = 236+86+186=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56BA is #13A945. Grayscale: #8E8E8E. Windows color (decimal): -1288518 or 12211948. OLE color: 12211948.
HSL color Cylindrical-coordinate representation of color #EC56BA: hue angle of 320º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC56BA is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 186 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.07 |
| HSL | 320º | 0.8% | 0.63% | - |
| HSV(B) | 320º | 0.64% | 0.93% | - |
| XYZ | 46.78 | 28.03 | 49.4 | - |
| YUV | 142.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 186 | 0 | 0.64 | 0.21 | 0.07 | 320 | 0.8 | 0.63 |
| Hex | EC | 56 | BA | 0 | 40 | 15 | 7 | 140 | 50 | 3F |
| Octal | 354 | 126 | 272 | 0 | 100 | 25 | 7 | 500 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10111010 | 0 | 1000000 | 10101 | 111 | 101000000 | 1010000 | 111111 |
Color Harmonies of #EC56BA
Complementary color
Monochromatic Colors of #EC56BA
Black with #EC56BA
Text Example
Text Example
White with #EC56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56BA; }
p { color: rgb(236,86,186); }
H1.HeaderClassName
{
color: #EC56BA;
}
.AnyTagClassName
{
color: #EC56BA;
}
</style>
background-color css
<style>
a { background-color: #EC56BA; }
a { background-color: rgb(236,86,186); }
div.DivClassName
{
background-color: #EC56BA;
}
.BgClassName
{
background-color: #EC56BA;
}
</style>
border-color css
<style>
span { border-color: #EC56BA; }
span { border-color: rgb(236,86,186); }
td.TdClassName
{
border-color: #EC56BA;
}
.TagClassName
{
border-color: #EC56BA;
}
</style>