Shades of Hot Pink #EC62AA
Tints of Hot Pink #EC62AA
RGB
CMYK
RGB Variations
Color information
#EC62AA (or 0xEC62AA) is known color: Hot Pink. HEX triplet: EC, 62 and AA. RGB value is (236,98,170). Sum of RGB (Red+Green+Blue) = 236+98+170=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC62AA is #139D55. Grayscale: #939393. Windows color (decimal): -1285462 or 11166444. OLE color: 11166444.
HSL color Cylindrical-coordinate representation of color #EC62AA: hue angle of 328.7º 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 #EC62AA is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 170 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 328.7º | 0.78% | 0.65% | - |
| HSV(B) | 328.7º | 0.58% | 0.93% | - |
| XYZ | 46.22 | 29.47 | 41.28 | - |
| YUV | 147.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 170 | 0 | 0.58 | 0.28 | 0.07 | 328.7 | 0.78 | 0.65 |
| Hex | EC | 62 | AA | 0 | 3A | 1C | 7 | 149 | 4E | 41 |
| Octal | 354 | 142 | 252 | 0 | 72 | 34 | 7 | 511 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10101010 | 0 | 111010 | 11100 | 111 | 101001001 | 1001110 | 1000001 |
Color Harmonies of #EC62AA
Complementary color
Monochromatic Colors of #EC62AA
Black with #EC62AA
Text Example
Text Example
White with #EC62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62AA; }
p { color: rgb(236,98,170); }
H1.HeaderClassName
{
color: #EC62AA;
}
.AnyTagClassName
{
color: #EC62AA;
}
</style>
background-color css
<style>
a { background-color: #EC62AA; }
a { background-color: rgb(236,98,170); }
div.DivClassName
{
background-color: #EC62AA;
}
.BgClassName
{
background-color: #EC62AA;
}
</style>
border-color css
<style>
span { border-color: #EC62AA; }
span { border-color: rgb(236,98,170); }
td.TdClassName
{
border-color: #EC62AA;
}
.TagClassName
{
border-color: #EC62AA;
}
</style>