Shades of Hot Pink #E870AA
Tints of Hot Pink #E870AA
RGB
CMYK
RGB Variations
Color information
#E870AA (or 0xE870AA) is known color: Hot Pink. HEX triplet: E8, 70 and AA. RGB value is (232,112,170). Sum of RGB (Red+Green+Blue) = 232+112+170=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E870AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E870AA is #178F55. Grayscale: #9A9A9A. Windows color (decimal): -1544022 or 11170024. OLE color: 11170024.
HSL color Cylindrical-coordinate representation of color #E870AA: hue angle of 331º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E870AA is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 170 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.09 |
| HSL | 331º | 0.72% | 0.67% | - |
| HSV(B) | 331º | 0.52% | 0.91% | - |
| XYZ | 46.33 | 31.65 | 41.7 | - |
| YUV | 154.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 170 | 0 | 0.52 | 0.27 | 0.09 | 331 | 0.72 | 0.67 |
| Hex | E8 | 70 | AA | 0 | 34 | 1B | 9 | 14B | 48 | 43 |
| Octal | 350 | 160 | 252 | 0 | 64 | 33 | 11 | 513 | 110 | 103 |
| Binary | 11101000 | 1110000 | 10101010 | 0 | 110100 | 11011 | 1001 | 101001011 | 1001000 | 1000011 |
Color Harmonies of #E870AA
Complementary color
Monochromatic Colors of #E870AA
Black with #E870AA
Text Example
Text Example
White with #E870AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E870AA; }
p { color: rgb(232,112,170); }
H1.HeaderClassName
{
color: #E870AA;
}
.AnyTagClassName
{
color: #E870AA;
}
</style>
background-color css
<style>
a { background-color: #E870AA; }
a { background-color: rgb(232,112,170); }
div.DivClassName
{
background-color: #E870AA;
}
.BgClassName
{
background-color: #E870AA;
}
</style>
border-color css
<style>
span { border-color: #E870AA; }
span { border-color: rgb(232,112,170); }
td.TdClassName
{
border-color: #E870AA;
}
.TagClassName
{
border-color: #E870AA;
}
</style>