Shades of Hot Pink #EC5FB0
Tints of Hot Pink #EC5FB0
RGB
CMYK
RGB Variations
Color information
#EC5FB0 (or 0xEC5FB0) is known color: Hot Pink. HEX triplet: EC, 5F and B0. RGB value is (236,95,176). Sum of RGB (Red+Green+Blue) = 236+95+176=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5FB0 is #13A04F. Grayscale: #929292. Windows color (decimal): -1286224 or 11558892. OLE color: 11558892.
HSL color Cylindrical-coordinate representation of color #EC5FB0: hue angle of 325.53º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FB0 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 176 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.07 |
| HSL | 325.53º | 0.79% | 0.65% | - |
| HSV(B) | 325.53º | 0.6% | 0.93% | - |
| XYZ | 46.52 | 29.15 | 44.25 | - |
| YUV | 146.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 176 | 0 | 0.60 | 0.25 | 0.07 | 325.53 | 0.79 | 0.65 |
| Hex | EC | 5F | B0 | 0 | 3C | 19 | 7 | 146 | 4F | 41 |
| Octal | 354 | 137 | 260 | 0 | 74 | 31 | 7 | 506 | 117 | 101 |
| Binary | 11101100 | 1011111 | 10110000 | 0 | 111100 | 11001 | 111 | 101000110 | 1001111 | 1000001 |
Color Harmonies of #EC5FB0
Complementary color
Monochromatic Colors of #EC5FB0
Black with #EC5FB0
Text Example
Text Example
White with #EC5FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FB0; }
p { color: rgb(236,95,176); }
H1.HeaderClassName
{
color: #EC5FB0;
}
.AnyTagClassName
{
color: #EC5FB0;
}
</style>
background-color css
<style>
a { background-color: #EC5FB0; }
a { background-color: rgb(236,95,176); }
div.DivClassName
{
background-color: #EC5FB0;
}
.BgClassName
{
background-color: #EC5FB0;
}
</style>
border-color css
<style>
span { border-color: #EC5FB0; }
span { border-color: rgb(236,95,176); }
td.TdClassName
{
border-color: #EC5FB0;
}
.TagClassName
{
border-color: #EC5FB0;
}
</style>