Shades of Hot Pink #EC71AF
Tints of Hot Pink #EC71AF
RGB
CMYK
RGB Variations
Color information
#EC71AF (or 0xEC71AF) is known color: Hot Pink. HEX triplet: EC, 71 and AF. RGB value is (236,113,175). Sum of RGB (Red+Green+Blue) = 236+113+175=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71AF is #138E50. Grayscale: #9C9C9C. Windows color (decimal): -1281617 or 11497964. OLE color: 11497964.
HSL color Cylindrical-coordinate representation of color #EC71AF: hue angle of 329.76º 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 #EC71AF is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 175 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.07 |
| HSL | 329.76º | 0.76% | 0.68% | - |
| HSV(B) | 329.76º | 0.52% | 0.93% | - |
| XYZ | 48.24 | 32.74 | 44.33 | - |
| YUV | 156.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 175 | 0 | 0.52 | 0.26 | 0.07 | 329.76 | 0.76 | 0.68 |
| Hex | EC | 71 | AF | 0 | 34 | 1A | 7 | 14A | 4C | 44 |
| Octal | 354 | 161 | 257 | 0 | 64 | 32 | 7 | 512 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10101111 | 0 | 110100 | 11010 | 111 | 101001010 | 1001100 | 1000100 |
Color Harmonies of #EC71AF
Complementary color
Monochromatic Colors of #EC71AF
Black with #EC71AF
Text Example
Text Example
White with #EC71AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71AF; }
p { color: rgb(236,113,175); }
H1.HeaderClassName
{
color: #EC71AF;
}
.AnyTagClassName
{
color: #EC71AF;
}
</style>
background-color css
<style>
a { background-color: #EC71AF; }
a { background-color: rgb(236,113,175); }
div.DivClassName
{
background-color: #EC71AF;
}
.BgClassName
{
background-color: #EC71AF;
}
</style>
border-color css
<style>
span { border-color: #EC71AF; }
span { border-color: rgb(236,113,175); }
td.TdClassName
{
border-color: #EC71AF;
}
.TagClassName
{
border-color: #EC71AF;
}
</style>