Shades of Hot Pink #EC5EBB
Tints of Hot Pink #EC5EBB
RGB
CMYK
RGB Variations
Color information
#EC5EBB (or 0xEC5EBB) is known color: Hot Pink. HEX triplet: EC, 5E and BB. RGB value is (236,94,187). Sum of RGB (Red+Green+Blue) = 236+94+187=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EBB is #13A144. Grayscale: #929292. Windows color (decimal): -1286469 or 12279532. OLE color: 12279532.
HSL color Cylindrical-coordinate representation of color #EC5EBB: hue angle of 320.7º 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 #EC5EBB is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 187 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.07 |
| HSL | 320.7º | 0.79% | 0.65% | - |
| HSV(B) | 320.7º | 0.6% | 0.93% | - |
| XYZ | 47.56 | 29.43 | 50.19 | - |
| YUV | 147.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 187 | 0 | 0.60 | 0.21 | 0.07 | 320.7 | 0.79 | 0.65 |
| Hex | EC | 5E | BB | 0 | 3C | 15 | 7 | 141 | 4F | 41 |
| Octal | 354 | 136 | 273 | 0 | 74 | 25 | 7 | 501 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10111011 | 0 | 111100 | 10101 | 111 | 101000001 | 1001111 | 1000001 |
Color Harmonies of #EC5EBB
Complementary color
Monochromatic Colors of #EC5EBB
Black with #EC5EBB
Text Example
Text Example
White with #EC5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5EBB; }
p { color: rgb(236,94,187); }
H1.HeaderClassName
{
color: #EC5EBB;
}
.AnyTagClassName
{
color: #EC5EBB;
}
</style>
background-color css
<style>
a { background-color: #EC5EBB; }
a { background-color: rgb(236,94,187); }
div.DivClassName
{
background-color: #EC5EBB;
}
.BgClassName
{
background-color: #EC5EBB;
}
</style>
border-color css
<style>
span { border-color: #EC5EBB; }
span { border-color: rgb(236,94,187); }
td.TdClassName
{
border-color: #EC5EBB;
}
.TagClassName
{
border-color: #EC5EBB;
}
</style>