Shades of Hot Pink #EC60AA
Tints of Hot Pink #EC60AA
RGB
CMYK
RGB Variations
Color information
#EC60AA (or 0xEC60AA) is known color: Hot Pink. HEX triplet: EC, 60 and AA. RGB value is (236,96,170). Sum of RGB (Red+Green+Blue) = 236+96+170=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC60AA is #139F55. Grayscale: #929292. Windows color (decimal): -1285974 or 11165932. OLE color: 11165932.
HSL color Cylindrical-coordinate representation of color #EC60AA: hue angle of 328.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60AA is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 170 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.07 |
| HSL | 328.29º | 0.79% | 0.65% | - |
| HSV(B) | 328.29º | 0.59% | 0.93% | - |
| XYZ | 46.03 | 29.1 | 41.22 | - |
| YUV | 146.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 170 | 0 | 0.59 | 0.28 | 0.07 | 328.29 | 0.79 | 0.65 |
| Hex | EC | 60 | AA | 0 | 3B | 1C | 7 | 148 | 4F | 41 |
| Octal | 354 | 140 | 252 | 0 | 73 | 34 | 7 | 510 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10101010 | 0 | 111011 | 11100 | 111 | 101001000 | 1001111 | 1000001 |
Color Harmonies of #EC60AA
Complementary color
Monochromatic Colors of #EC60AA
Black with #EC60AA
Text Example
Text Example
White with #EC60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60AA; }
p { color: rgb(236,96,170); }
H1.HeaderClassName
{
color: #EC60AA;
}
.AnyTagClassName
{
color: #EC60AA;
}
</style>
background-color css
<style>
a { background-color: #EC60AA; }
a { background-color: rgb(236,96,170); }
div.DivClassName
{
background-color: #EC60AA;
}
.BgClassName
{
background-color: #EC60AA;
}
</style>
border-color css
<style>
span { border-color: #EC60AA; }
span { border-color: rgb(236,96,170); }
td.TdClassName
{
border-color: #EC60AA;
}
.TagClassName
{
border-color: #EC60AA;
}
</style>