Shades of Hot Pink #EE60AA
Tints of Hot Pink #EE60AA
RGB
CMYK
RGB Variations
Color information
#EE60AA (or 0xEE60AA) is known color: Hot Pink. HEX triplet: EE, 60 and AA. RGB value is (238,96,170). Sum of RGB (Red+Green+Blue) = 238+96+170=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE60AA is #119F55. Grayscale: #929292. Windows color (decimal): -1154902 or 11165934. OLE color: 11165934.
HSL color Cylindrical-coordinate representation of color #EE60AA: hue angle of 328.73º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60AA is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 170 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.07 |
| HSL | 328.73º | 0.81% | 0.65% | - |
| HSV(B) | 328.73º | 0.6% | 0.93% | - |
| XYZ | 46.7 | 29.45 | 41.25 | - |
| YUV | 146.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 170 | 0 | 0.60 | 0.29 | 0.07 | 328.73 | 0.81 | 0.65 |
| Hex | EE | 60 | AA | 0 | 3C | 1D | 7 | 149 | 51 | 41 |
| Octal | 356 | 140 | 252 | 0 | 74 | 35 | 7 | 511 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10101010 | 0 | 111100 | 11101 | 111 | 101001001 | 1010001 | 1000001 |
Color Harmonies of #EE60AA
Complementary color
Monochromatic Colors of #EE60AA
Black with #EE60AA
Text Example
Text Example
White with #EE60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE60AA; }
p { color: rgb(238,96,170); }
H1.HeaderClassName
{
color: #EE60AA;
}
.AnyTagClassName
{
color: #EE60AA;
}
</style>
background-color css
<style>
a { background-color: #EE60AA; }
a { background-color: rgb(238,96,170); }
div.DivClassName
{
background-color: #EE60AA;
}
.BgClassName
{
background-color: #EE60AA;
}
</style>
border-color css
<style>
span { border-color: #EE60AA; }
span { border-color: rgb(238,96,170); }
td.TdClassName
{
border-color: #EE60AA;
}
.TagClassName
{
border-color: #EE60AA;
}
</style>