Shades of Hot Pink #EC59B8
Tints of Hot Pink #EC59B8
RGB
CMYK
RGB Variations
Color information
#EC59B8 (or 0xEC59B8) is known color: Hot Pink. HEX triplet: EC, 59 and B8. RGB value is (236,89,184). Sum of RGB (Red+Green+Blue) = 236+89+184=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59B8 is #13A647. Grayscale: #8F8F8F. Windows color (decimal): -1287752 or 12081644. OLE color: 12081644.
HSL color Cylindrical-coordinate representation of color #EC59B8: hue angle of 321.22º 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 #EC59B8 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 184 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.07 |
| HSL | 321.22º | 0.79% | 0.64% | - |
| HSV(B) | 321.22º | 0.62% | 0.93% | - |
| XYZ | 46.82 | 28.44 | 48.37 | - |
| YUV | 143.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 184 | 0 | 0.62 | 0.22 | 0.07 | 321.22 | 0.79 | 0.64 |
| Hex | EC | 59 | B8 | 0 | 3E | 16 | 7 | 141 | 4F | 40 |
| Octal | 354 | 131 | 270 | 0 | 76 | 26 | 7 | 501 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10111000 | 0 | 111110 | 10110 | 111 | 101000001 | 1001111 | 1000000 |
Color Harmonies of #EC59B8
Complementary color
Monochromatic Colors of #EC59B8
Black with #EC59B8
Text Example
Text Example
White with #EC59B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59B8; }
p { color: rgb(236,89,184); }
H1.HeaderClassName
{
color: #EC59B8;
}
.AnyTagClassName
{
color: #EC59B8;
}
</style>
background-color css
<style>
a { background-color: #EC59B8; }
a { background-color: rgb(236,89,184); }
div.DivClassName
{
background-color: #EC59B8;
}
.BgClassName
{
background-color: #EC59B8;
}
</style>
border-color css
<style>
span { border-color: #EC59B8; }
span { border-color: rgb(236,89,184); }
td.TdClassName
{
border-color: #EC59B8;
}
.TagClassName
{
border-color: #EC59B8;
}
</style>