Shades of Hot Pink #EC58BA
Tints of Hot Pink #EC58BA
RGB
CMYK
RGB Variations
Color information
#EC58BA (or 0xEC58BA) is known color: Hot Pink. HEX triplet: EC, 58 and BA. RGB value is (236,88,186). Sum of RGB (Red+Green+Blue) = 236+88+186=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58BA is #13A745. Grayscale: #8F8F8F. Windows color (decimal): -1288006 or 12212460. OLE color: 12212460.
HSL color Cylindrical-coordinate representation of color #EC58BA: hue angle of 320.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58BA is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 186 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.07 |
| HSL | 320.27º | 0.8% | 0.64% | - |
| HSV(B) | 320.27º | 0.63% | 0.93% | - |
| XYZ | 46.94 | 28.36 | 49.45 | - |
| YUV | 143.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 186 | 0 | 0.63 | 0.21 | 0.07 | 320.27 | 0.8 | 0.64 |
| Hex | EC | 58 | BA | 0 | 3F | 15 | 7 | 140 | 50 | 40 |
| Octal | 354 | 130 | 272 | 0 | 77 | 25 | 7 | 500 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10111010 | 0 | 111111 | 10101 | 111 | 101000000 | 1010000 | 1000000 |
Color Harmonies of #EC58BA
Complementary color
Monochromatic Colors of #EC58BA
Black with #EC58BA
Text Example
Text Example
White with #EC58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58BA; }
p { color: rgb(236,88,186); }
H1.HeaderClassName
{
color: #EC58BA;
}
.AnyTagClassName
{
color: #EC58BA;
}
</style>
background-color css
<style>
a { background-color: #EC58BA; }
a { background-color: rgb(236,88,186); }
div.DivClassName
{
background-color: #EC58BA;
}
.BgClassName
{
background-color: #EC58BA;
}
</style>
border-color css
<style>
span { border-color: #EC58BA; }
span { border-color: rgb(236,88,186); }
td.TdClassName
{
border-color: #EC58BA;
}
.TagClassName
{
border-color: #EC58BA;
}
</style>