Shades of Hot Pink #E860AA
Tints of Hot Pink #E860AA
RGB
CMYK
RGB Variations
Color information
#E860AA (or 0xE860AA) is known color: Hot Pink. HEX triplet: E8, 60 and AA. RGB value is (232,96,170). Sum of RGB (Red+Green+Blue) = 232+96+170=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E860AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E860AA is #179F55. Grayscale: #909090. Windows color (decimal): -1548118 or 11165928. OLE color: 11165928.
HSL color Cylindrical-coordinate representation of color #E860AA: hue angle of 327.35º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E860AA is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 170 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.09 |
| HSL | 327.35º | 0.75% | 0.64% | - |
| HSV(B) | 327.35º | 0.59% | 0.91% | - |
| XYZ | 44.72 | 28.42 | 41.16 | - |
| YUV | 145.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 170 | 0 | 0.59 | 0.27 | 0.09 | 327.35 | 0.75 | 0.64 |
| Hex | E8 | 60 | AA | 0 | 3B | 1B | 9 | 147 | 4B | 40 |
| Octal | 350 | 140 | 252 | 0 | 73 | 33 | 11 | 507 | 113 | 100 |
| Binary | 11101000 | 1100000 | 10101010 | 0 | 111011 | 11011 | 1001 | 101000111 | 1001011 | 1000000 |
Color Harmonies of #E860AA
Complementary color
Monochromatic Colors of #E860AA
Black with #E860AA
Text Example
Text Example
White with #E860AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860AA; }
p { color: rgb(232,96,170); }
H1.HeaderClassName
{
color: #E860AA;
}
.AnyTagClassName
{
color: #E860AA;
}
</style>
background-color css
<style>
a { background-color: #E860AA; }
a { background-color: rgb(232,96,170); }
div.DivClassName
{
background-color: #E860AA;
}
.BgClassName
{
background-color: #E860AA;
}
</style>
border-color css
<style>
span { border-color: #E860AA; }
span { border-color: rgb(232,96,170); }
td.TdClassName
{
border-color: #E860AA;
}
.TagClassName
{
border-color: #E860AA;
}
</style>