Shades of Hot Pink #EC62AF
Tints of Hot Pink #EC62AF
RGB
CMYK
RGB Variations
Color information
#EC62AF (or 0xEC62AF) is known color: Hot Pink. HEX triplet: EC, 62 and AF. RGB value is (236,98,175). Sum of RGB (Red+Green+Blue) = 236+98+175=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC62AF is #139D50. Grayscale: #939393. Windows color (decimal): -1285457 or 11494124. OLE color: 11494124.
HSL color Cylindrical-coordinate representation of color #EC62AF: hue angle of 326.52º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62AF is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 175 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.07 |
| HSL | 326.52º | 0.78% | 0.65% | - |
| HSV(B) | 326.52º | 0.58% | 0.93% | - |
| XYZ | 46.7 | 29.66 | 43.82 | - |
| YUV | 148.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 175 | 0 | 0.58 | 0.26 | 0.07 | 326.52 | 0.78 | 0.65 |
| Hex | EC | 62 | AF | 0 | 3A | 1A | 7 | 147 | 4E | 41 |
| Octal | 354 | 142 | 257 | 0 | 72 | 32 | 7 | 507 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10101111 | 0 | 111010 | 11010 | 111 | 101000111 | 1001110 | 1000001 |
Color Harmonies of #EC62AF
Complementary color
Monochromatic Colors of #EC62AF
Black with #EC62AF
Text Example
Text Example
White with #EC62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62AF; }
p { color: rgb(236,98,175); }
H1.HeaderClassName
{
color: #EC62AF;
}
.AnyTagClassName
{
color: #EC62AF;
}
</style>
background-color css
<style>
a { background-color: #EC62AF; }
a { background-color: rgb(236,98,175); }
div.DivClassName
{
background-color: #EC62AF;
}
.BgClassName
{
background-color: #EC62AF;
}
</style>
border-color css
<style>
span { border-color: #EC62AF; }
span { border-color: rgb(236,98,175); }
td.TdClassName
{
border-color: #EC62AF;
}
.TagClassName
{
border-color: #EC62AF;
}
</style>