Shades of Hot Pink #EC5DBA
Tints of Hot Pink #EC5DBA
RGB
CMYK
RGB Variations
Color information
#EC5DBA (or 0xEC5DBA) is known color: Hot Pink. HEX triplet: EC, 5D and BA. RGB value is (236,93,186). Sum of RGB (Red+Green+Blue) = 236+93+186=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DBA is #13A245. Grayscale: #929292. Windows color (decimal): -1286726 or 12213740. OLE color: 12213740.
HSL color Cylindrical-coordinate representation of color #EC5DBA: hue angle of 320.98º 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 #EC5DBA is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 186 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.07 |
| HSL | 320.98º | 0.79% | 0.65% | - |
| HSV(B) | 320.98º | 0.61% | 0.93% | - |
| XYZ | 47.37 | 29.21 | 49.6 | - |
| YUV | 146.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 186 | 0 | 0.61 | 0.21 | 0.07 | 320.98 | 0.79 | 0.65 |
| Hex | EC | 5D | BA | 0 | 3D | 15 | 7 | 141 | 4F | 41 |
| Octal | 354 | 135 | 272 | 0 | 75 | 25 | 7 | 501 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10111010 | 0 | 111101 | 10101 | 111 | 101000001 | 1001111 | 1000001 |
Color Harmonies of #EC5DBA
Complementary color
Monochromatic Colors of #EC5DBA
Black with #EC5DBA
Text Example
Text Example
White with #EC5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DBA; }
p { color: rgb(236,93,186); }
H1.HeaderClassName
{
color: #EC5DBA;
}
.AnyTagClassName
{
color: #EC5DBA;
}
</style>
background-color css
<style>
a { background-color: #EC5DBA; }
a { background-color: rgb(236,93,186); }
div.DivClassName
{
background-color: #EC5DBA;
}
.BgClassName
{
background-color: #EC5DBA;
}
</style>
border-color css
<style>
span { border-color: #EC5DBA; }
span { border-color: rgb(236,93,186); }
td.TdClassName
{
border-color: #EC5DBA;
}
.TagClassName
{
border-color: #EC5DBA;
}
</style>