Shades of Hot Pink #E874AA
Tints of Hot Pink #E874AA
RGB
CMYK
RGB Variations
Color information
#E874AA (or 0xE874AA) is known color: Hot Pink. HEX triplet: E8, 74 and AA. RGB value is (232,116,170). Sum of RGB (Red+Green+Blue) = 232+116+170=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E874AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E874AA is #178B55. Grayscale: #9C9C9C. Windows color (decimal): -1542998 or 11171048. OLE color: 11171048.
HSL color Cylindrical-coordinate representation of color #E874AA: hue angle of 332.07º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874AA is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 170 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.09 |
| HSL | 332.07º | 0.72% | 0.68% | - |
| HSV(B) | 332.07º | 0.5% | 0.91% | - |
| XYZ | 46.78 | 32.55 | 41.85 | - |
| YUV | 156.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 170 | 0 | 0.50 | 0.27 | 0.09 | 332.07 | 0.72 | 0.68 |
| Hex | E8 | 74 | AA | 0 | 32 | 1B | 9 | 14C | 48 | 44 |
| Octal | 350 | 164 | 252 | 0 | 62 | 33 | 11 | 514 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10101010 | 0 | 110010 | 11011 | 1001 | 101001100 | 1001000 | 1000100 |
Color Harmonies of #E874AA
Complementary color
Monochromatic Colors of #E874AA
Black with #E874AA
Text Example
Text Example
White with #E874AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874AA; }
p { color: rgb(232,116,170); }
H1.HeaderClassName
{
color: #E874AA;
}
.AnyTagClassName
{
color: #E874AA;
}
</style>
background-color css
<style>
a { background-color: #E874AA; }
a { background-color: rgb(232,116,170); }
div.DivClassName
{
background-color: #E874AA;
}
.BgClassName
{
background-color: #E874AA;
}
</style>
border-color css
<style>
span { border-color: #E874AA; }
span { border-color: rgb(232,116,170); }
td.TdClassName
{
border-color: #E874AA;
}
.TagClassName
{
border-color: #E874AA;
}
</style>