Shades of Hot Pink #EC59B4
Tints of Hot Pink #EC59B4
RGB
CMYK
RGB Variations
Color information
#EC59B4 (or 0xEC59B4) is known color: Hot Pink. HEX triplet: EC, 59 and B4. RGB value is (236,89,180). Sum of RGB (Red+Green+Blue) = 236+89+180=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59B4 is #13A64B. Grayscale: #8F8F8F. Windows color (decimal): -1287756 or 11819500. OLE color: 11819500.
HSL color Cylindrical-coordinate representation of color #EC59B4: hue angle of 322.86º 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 #EC59B4 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 180 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.07 |
| HSL | 322.86º | 0.79% | 0.64% | - |
| HSV(B) | 322.86º | 0.62% | 0.93% | - |
| XYZ | 46.4 | 28.27 | 46.19 | - |
| YUV | 143.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 180 | 0 | 0.62 | 0.24 | 0.07 | 322.86 | 0.79 | 0.64 |
| Hex | EC | 59 | B4 | 0 | 3E | 18 | 7 | 143 | 4F | 40 |
| Octal | 354 | 131 | 264 | 0 | 76 | 30 | 7 | 503 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10110100 | 0 | 111110 | 11000 | 111 | 101000011 | 1001111 | 1000000 |
Color Harmonies of #EC59B4
Complementary color
Monochromatic Colors of #EC59B4
Black with #EC59B4
Text Example
Text Example
White with #EC59B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59B4; }
p { color: rgb(236,89,180); }
H1.HeaderClassName
{
color: #EC59B4;
}
.AnyTagClassName
{
color: #EC59B4;
}
</style>
background-color css
<style>
a { background-color: #EC59B4; }
a { background-color: rgb(236,89,180); }
div.DivClassName
{
background-color: #EC59B4;
}
.BgClassName
{
background-color: #EC59B4;
}
</style>
border-color css
<style>
span { border-color: #EC59B4; }
span { border-color: rgb(236,89,180); }
td.TdClassName
{
border-color: #EC59B4;
}
.TagClassName
{
border-color: #EC59B4;
}
</style>