Shades of Hot Pink #EC5BB0
Tints of Hot Pink #EC5BB0
RGB
CMYK
RGB Variations
Color information
#EC5BB0 (or 0xEC5BB0) is known color: Hot Pink. HEX triplet: EC, 5B and B0. RGB value is (236,91,176). Sum of RGB (Red+Green+Blue) = 236+91+176=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5BB0 is #13A44F. Grayscale: #8F8F8F. Windows color (decimal): -1287248 or 11557868. OLE color: 11557868.
HSL color Cylindrical-coordinate representation of color #EC5BB0: hue angle of 324.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BB0 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 176 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.07 |
| HSL | 324.83º | 0.79% | 0.64% | - |
| HSV(B) | 324.83º | 0.61% | 0.93% | - |
| XYZ | 46.17 | 28.45 | 44.13 | - |
| YUV | 144.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 176 | 0 | 0.61 | 0.25 | 0.07 | 324.83 | 0.79 | 0.64 |
| Hex | EC | 5B | B0 | 0 | 3D | 19 | 7 | 145 | 4F | 40 |
| Octal | 354 | 133 | 260 | 0 | 75 | 31 | 7 | 505 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10110000 | 0 | 111101 | 11001 | 111 | 101000101 | 1001111 | 1000000 |
Color Harmonies of #EC5BB0
Complementary color
Monochromatic Colors of #EC5BB0
Black with #EC5BB0
Text Example
Text Example
White with #EC5BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BB0; }
p { color: rgb(236,91,176); }
H1.HeaderClassName
{
color: #EC5BB0;
}
.AnyTagClassName
{
color: #EC5BB0;
}
</style>
background-color css
<style>
a { background-color: #EC5BB0; }
a { background-color: rgb(236,91,176); }
div.DivClassName
{
background-color: #EC5BB0;
}
.BgClassName
{
background-color: #EC5BB0;
}
</style>
border-color css
<style>
span { border-color: #EC5BB0; }
span { border-color: rgb(236,91,176); }
td.TdClassName
{
border-color: #EC5BB0;
}
.TagClassName
{
border-color: #EC5BB0;
}
</style>