Shades of Hot Pink #EC59BD
Tints of Hot Pink #EC59BD
RGB
CMYK
RGB Variations
Color information
#EC59BD (or 0xEC59BD) is known color: Hot Pink. HEX triplet: EC, 59 and BD. RGB value is (236,89,189). Sum of RGB (Red+Green+Blue) = 236+89+189=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59BD is #13A642. Grayscale: #909090. Windows color (decimal): -1287747 or 12409324. OLE color: 12409324.
HSL color Cylindrical-coordinate representation of color #EC59BD: hue angle of 319.18º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59BD is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 189 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.07 |
| HSL | 319.18º | 0.79% | 0.64% | - |
| HSV(B) | 319.18º | 0.62% | 0.93% | - |
| XYZ | 47.35 | 28.65 | 51.18 | - |
| YUV | 144.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 189 | 0 | 0.62 | 0.20 | 0.07 | 319.18 | 0.79 | 0.64 |
| Hex | EC | 59 | BD | 0 | 3E | 14 | 7 | 13F | 4F | 40 |
| Octal | 354 | 131 | 275 | 0 | 76 | 24 | 7 | 477 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10111101 | 0 | 111110 | 10100 | 111 | 100111111 | 1001111 | 1000000 |
Color Harmonies of #EC59BD
Complementary color
Monochromatic Colors of #EC59BD
Black with #EC59BD
Text Example
Text Example
White with #EC59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59BD; }
p { color: rgb(236,89,189); }
H1.HeaderClassName
{
color: #EC59BD;
}
.AnyTagClassName
{
color: #EC59BD;
}
</style>
background-color css
<style>
a { background-color: #EC59BD; }
a { background-color: rgb(236,89,189); }
div.DivClassName
{
background-color: #EC59BD;
}
.BgClassName
{
background-color: #EC59BD;
}
</style>
border-color css
<style>
span { border-color: #EC59BD; }
span { border-color: rgb(236,89,189); }
td.TdClassName
{
border-color: #EC59BD;
}
.TagClassName
{
border-color: #EC59BD;
}
</style>