Shades of Hot Pink #EC51BB
Tints of Hot Pink #EC51BB
RGB
CMYK
RGB Variations
Color information
#EC51BB (or 0xEC51BB) is known color: Hot Pink. HEX triplet: EC, 51 and BB. RGB value is (236,81,187). Sum of RGB (Red+Green+Blue) = 236+81+187=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51BB is #13AE44. Grayscale: #8B8B8B. Windows color (decimal): -1289797 or 12276204. OLE color: 12276204.
HSL color Cylindrical-coordinate representation of color #EC51BB: hue angle of 318.97º 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 #EC51BB is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 187 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.07 |
| HSL | 318.97º | 0.8% | 0.62% | - |
| HSV(B) | 318.97º | 0.66% | 0.93% | - |
| XYZ | 46.5 | 27.31 | 49.83 | - |
| YUV | 139.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 187 | 0 | 0.66 | 0.21 | 0.07 | 318.97 | 0.8 | 0.62 |
| Hex | EC | 51 | BB | 0 | 42 | 15 | 7 | 13F | 50 | 3E |
| Octal | 354 | 121 | 273 | 0 | 102 | 25 | 7 | 477 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10111011 | 0 | 1000010 | 10101 | 111 | 100111111 | 1010000 | 111110 |
Color Harmonies of #EC51BB
Complementary color
Monochromatic Colors of #EC51BB
Black with #EC51BB
Text Example
Text Example
White with #EC51BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51BB; }
p { color: rgb(236,81,187); }
H1.HeaderClassName
{
color: #EC51BB;
}
.AnyTagClassName
{
color: #EC51BB;
}
</style>
background-color css
<style>
a { background-color: #EC51BB; }
a { background-color: rgb(236,81,187); }
div.DivClassName
{
background-color: #EC51BB;
}
.BgClassName
{
background-color: #EC51BB;
}
</style>
border-color css
<style>
span { border-color: #EC51BB; }
span { border-color: rgb(236,81,187); }
td.TdClassName
{
border-color: #EC51BB;
}
.TagClassName
{
border-color: #EC51BB;
}
</style>