Shades of Hot Pink #EC71A9
Tints of Hot Pink #EC71A9
RGB
CMYK
RGB Variations
Color information
#EC71A9 (or 0xEC71A9) is known color: Hot Pink. HEX triplet: EC, 71 and A9. RGB value is (236,113,169). Sum of RGB (Red+Green+Blue) = 236+113+169=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71A9 is #138E56. Grayscale: #9C9C9C. Windows color (decimal): -1281623 or 11104748. OLE color: 11104748.
HSL color Cylindrical-coordinate representation of color #EC71A9: hue angle of 332.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71A9 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 169 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.07 |
| HSL | 332.68º | 0.76% | 0.68% | - |
| HSV(B) | 332.68º | 0.52% | 0.93% | - |
| XYZ | 47.66 | 32.51 | 41.3 | - |
| YUV | 156.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 169 | 0 | 0.52 | 0.28 | 0.07 | 332.68 | 0.76 | 0.68 |
| Hex | EC | 71 | A9 | 0 | 34 | 1C | 7 | 14D | 4C | 44 |
| Octal | 354 | 161 | 251 | 0 | 64 | 34 | 7 | 515 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10101001 | 0 | 110100 | 11100 | 111 | 101001101 | 1001100 | 1000100 |
Color Harmonies of #EC71A9
Complementary color
Monochromatic Colors of #EC71A9
Black with #EC71A9
Text Example
Text Example
White with #EC71A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71A9; }
p { color: rgb(236,113,169); }
H1.HeaderClassName
{
color: #EC71A9;
}
.AnyTagClassName
{
color: #EC71A9;
}
</style>
background-color css
<style>
a { background-color: #EC71A9; }
a { background-color: rgb(236,113,169); }
div.DivClassName
{
background-color: #EC71A9;
}
.BgClassName
{
background-color: #EC71A9;
}
</style>
border-color css
<style>
span { border-color: #EC71A9; }
span { border-color: rgb(236,113,169); }
td.TdClassName
{
border-color: #EC71A9;
}
.TagClassName
{
border-color: #EC71A9;
}
</style>