Shades of Hot Pink #EC5DBC
Tints of Hot Pink #EC5DBC
RGB
CMYK
RGB Variations
Color information
#EC5DBC (or 0xEC5DBC) is known color: Hot Pink. HEX triplet: EC, 5D and BC. RGB value is (236,93,188). Sum of RGB (Red+Green+Blue) = 236+93+188=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DBC is #13A243. Grayscale: #929292. Windows color (decimal): -1286724 or 12344812. OLE color: 12344812.
HSL color Cylindrical-coordinate representation of color #EC5DBC: hue angle of 320.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DBC is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 188 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.07 |
| HSL | 320.14º | 0.79% | 0.65% | - |
| HSV(B) | 320.14º | 0.61% | 0.93% | - |
| XYZ | 47.58 | 29.29 | 50.72 | - |
| YUV | 146.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 188 | 0 | 0.61 | 0.20 | 0.07 | 320.14 | 0.79 | 0.65 |
| Hex | EC | 5D | BC | 0 | 3D | 14 | 7 | 140 | 4F | 41 |
| Octal | 354 | 135 | 274 | 0 | 75 | 24 | 7 | 500 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10111100 | 0 | 111101 | 10100 | 111 | 101000000 | 1001111 | 1000001 |
Color Harmonies of #EC5DBC
Complementary color
Monochromatic Colors of #EC5DBC
Black with #EC5DBC
Text Example
Text Example
White with #EC5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DBC; }
p { color: rgb(236,93,188); }
H1.HeaderClassName
{
color: #EC5DBC;
}
.AnyTagClassName
{
color: #EC5DBC;
}
</style>
background-color css
<style>
a { background-color: #EC5DBC; }
a { background-color: rgb(236,93,188); }
div.DivClassName
{
background-color: #EC5DBC;
}
.BgClassName
{
background-color: #EC5DBC;
}
</style>
border-color css
<style>
span { border-color: #EC5DBC; }
span { border-color: rgb(236,93,188); }
td.TdClassName
{
border-color: #EC5DBC;
}
.TagClassName
{
border-color: #EC5DBC;
}
</style>