Shades of Hot Pink #EC58BD
Tints of Hot Pink #EC58BD
RGB
CMYK
RGB Variations
Color information
#EC58BD (or 0xEC58BD) is known color: Hot Pink. HEX triplet: EC, 58 and BD. RGB value is (236,88,189). Sum of RGB (Red+Green+Blue) = 236+88+189=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58BD is #13A742. Grayscale: #8F8F8F. Windows color (decimal): -1288003 or 12409068. OLE color: 12409068.
HSL color Cylindrical-coordinate representation of color #EC58BD: hue angle of 319.05º 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 #EC58BD is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 189 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.07 |
| HSL | 319.05º | 0.8% | 0.64% | - |
| HSV(B) | 319.05º | 0.63% | 0.93% | - |
| XYZ | 47.27 | 28.49 | 51.15 | - |
| YUV | 143.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 189 | 0 | 0.63 | 0.20 | 0.07 | 319.05 | 0.8 | 0.64 |
| Hex | EC | 58 | BD | 0 | 3F | 14 | 7 | 13F | 50 | 40 |
| Octal | 354 | 130 | 275 | 0 | 77 | 24 | 7 | 477 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10111101 | 0 | 111111 | 10100 | 111 | 100111111 | 1010000 | 1000000 |
Color Harmonies of #EC58BD
Complementary color
Monochromatic Colors of #EC58BD
Black with #EC58BD
Text Example
Text Example
White with #EC58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58BD; }
p { color: rgb(236,88,189); }
H1.HeaderClassName
{
color: #EC58BD;
}
.AnyTagClassName
{
color: #EC58BD;
}
</style>
background-color css
<style>
a { background-color: #EC58BD; }
a { background-color: rgb(236,88,189); }
div.DivClassName
{
background-color: #EC58BD;
}
.BgClassName
{
background-color: #EC58BD;
}
</style>
border-color css
<style>
span { border-color: #EC58BD; }
span { border-color: rgb(236,88,189); }
td.TdClassName
{
border-color: #EC58BD;
}
.TagClassName
{
border-color: #EC58BD;
}
</style>