Shades of Hot Pink #EC71A7
Tints of Hot Pink #EC71A7
RGB
CMYK
RGB Variations
Color information
#EC71A7 (or 0xEC71A7) is known color: Hot Pink. HEX triplet: EC, 71 and A7. RGB value is (236,113,167). Sum of RGB (Red+Green+Blue) = 236+113+167=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71A7 is #138E58. Grayscale: #9B9B9B. Windows color (decimal): -1281625 or 10973676. OLE color: 10973676.
HSL color Cylindrical-coordinate representation of color #EC71A7: hue angle of 333.66º 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 #EC71A7 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 167 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.07 |
| HSL | 333.66º | 0.76% | 0.68% | - |
| HSV(B) | 333.66º | 0.52% | 0.93% | - |
| XYZ | 47.47 | 32.43 | 40.32 | - |
| YUV | 155.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 167 | 0 | 0.52 | 0.29 | 0.07 | 333.66 | 0.76 | 0.68 |
| Hex | EC | 71 | A7 | 0 | 34 | 1D | 7 | 14E | 4C | 44 |
| Octal | 354 | 161 | 247 | 0 | 64 | 35 | 7 | 516 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10100111 | 0 | 110100 | 11101 | 111 | 101001110 | 1001100 | 1000100 |
Color Harmonies of #EC71A7
Complementary color
Monochromatic Colors of #EC71A7
Black with #EC71A7
Text Example
Text Example
White with #EC71A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71A7; }
p { color: rgb(236,113,167); }
H1.HeaderClassName
{
color: #EC71A7;
}
.AnyTagClassName
{
color: #EC71A7;
}
</style>
background-color css
<style>
a { background-color: #EC71A7; }
a { background-color: rgb(236,113,167); }
div.DivClassName
{
background-color: #EC71A7;
}
.BgClassName
{
background-color: #EC71A7;
}
</style>
border-color css
<style>
span { border-color: #EC71A7; }
span { border-color: rgb(236,113,167); }
td.TdClassName
{
border-color: #EC71A7;
}
.TagClassName
{
border-color: #EC71A7;
}
</style>