Shades of Hot Pink #EC50BB
Tints of Hot Pink #EC50BB
RGB
CMYK
RGB Variations
Color information
#EC50BB (or 0xEC50BB) is known color: Hot Pink. HEX triplet: EC, 50 and BB. RGB value is (236,80,187). Sum of RGB (Red+Green+Blue) = 236+80+187=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50BB is #13AF44. Grayscale: #8A8A8A. Windows color (decimal): -1290053 or 12275948. OLE color: 12275948.
HSL color Cylindrical-coordinate representation of color #EC50BB: hue angle of 318.85º 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 #EC50BB is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 187 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.07 |
| HSL | 318.85º | 0.8% | 0.62% | - |
| HSV(B) | 318.85º | 0.66% | 0.93% | - |
| XYZ | 46.43 | 27.16 | 49.81 | - |
| YUV | 138.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 187 | 0 | 0.66 | 0.21 | 0.07 | 318.85 | 0.8 | 0.62 |
| Hex | EC | 50 | BB | 0 | 42 | 15 | 7 | 13F | 50 | 3E |
| Octal | 354 | 120 | 273 | 0 | 102 | 25 | 7 | 477 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10111011 | 0 | 1000010 | 10101 | 111 | 100111111 | 1010000 | 111110 |
Color Harmonies of #EC50BB
Complementary color
Monochromatic Colors of #EC50BB
Black with #EC50BB
Text Example
Text Example
White with #EC50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50BB; }
p { color: rgb(236,80,187); }
H1.HeaderClassName
{
color: #EC50BB;
}
.AnyTagClassName
{
color: #EC50BB;
}
</style>
background-color css
<style>
a { background-color: #EC50BB; }
a { background-color: rgb(236,80,187); }
div.DivClassName
{
background-color: #EC50BB;
}
.BgClassName
{
background-color: #EC50BB;
}
</style>
border-color css
<style>
span { border-color: #EC50BB; }
span { border-color: rgb(236,80,187); }
td.TdClassName
{
border-color: #EC50BB;
}
.TagClassName
{
border-color: #EC50BB;
}
</style>