Shades of Hot Pink #EC56BB
Tints of Hot Pink #EC56BB
RGB
CMYK
RGB Variations
Color information
#EC56BB (or 0xEC56BB) is known color: Hot Pink. HEX triplet: EC, 56 and BB. RGB value is (236,86,187). Sum of RGB (Red+Green+Blue) = 236+86+187=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56BB is #13A944. Grayscale: #8E8E8E. Windows color (decimal): -1288517 or 12277484. OLE color: 12277484.
HSL color Cylindrical-coordinate representation of color #EC56BB: hue angle of 319.6º 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 #EC56BB is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 187 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.07 |
| HSL | 319.6º | 0.8% | 0.63% | - |
| HSV(B) | 319.6º | 0.64% | 0.93% | - |
| XYZ | 46.89 | 28.08 | 49.96 | - |
| YUV | 142.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 187 | 0 | 0.64 | 0.21 | 0.07 | 319.6 | 0.8 | 0.63 |
| Hex | EC | 56 | BB | 0 | 40 | 15 | 7 | 140 | 50 | 3F |
| Octal | 354 | 126 | 273 | 0 | 100 | 25 | 7 | 500 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10111011 | 0 | 1000000 | 10101 | 111 | 101000000 | 1010000 | 111111 |
Color Harmonies of #EC56BB
Complementary color
Monochromatic Colors of #EC56BB
Black with #EC56BB
Text Example
Text Example
White with #EC56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56BB; }
p { color: rgb(236,86,187); }
H1.HeaderClassName
{
color: #EC56BB;
}
.AnyTagClassName
{
color: #EC56BB;
}
</style>
background-color css
<style>
a { background-color: #EC56BB; }
a { background-color: rgb(236,86,187); }
div.DivClassName
{
background-color: #EC56BB;
}
.BgClassName
{
background-color: #EC56BB;
}
</style>
border-color css
<style>
span { border-color: #EC56BB; }
span { border-color: rgb(236,86,187); }
td.TdClassName
{
border-color: #EC56BB;
}
.TagClassName
{
border-color: #EC56BB;
}
</style>