Shades of Hot Pink #E872AA
Tints of Hot Pink #E872AA
RGB
CMYK
RGB Variations
Color information
#E872AA (or 0xE872AA) is known color: Hot Pink. HEX triplet: E8, 72 and AA. RGB value is (232,114,170). Sum of RGB (Red+Green+Blue) = 232+114+170=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E872AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E872AA is #178D55. Grayscale: #9B9B9B. Windows color (decimal): -1543510 or 11170536. OLE color: 11170536.
HSL color Cylindrical-coordinate representation of color #E872AA: hue angle of 331.53º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E872AA is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 170 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.09 |
| HSL | 331.53º | 0.72% | 0.68% | - |
| HSV(B) | 331.53º | 0.51% | 0.91% | - |
| XYZ | 46.55 | 32.09 | 41.77 | - |
| YUV | 155.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 170 | 0 | 0.51 | 0.27 | 0.09 | 331.53 | 0.72 | 0.68 |
| Hex | E8 | 72 | AA | 0 | 33 | 1B | 9 | 14C | 48 | 44 |
| Octal | 350 | 162 | 252 | 0 | 63 | 33 | 11 | 514 | 110 | 104 |
| Binary | 11101000 | 1110010 | 10101010 | 0 | 110011 | 11011 | 1001 | 101001100 | 1001000 | 1000100 |
Color Harmonies of #E872AA
Complementary color
Monochromatic Colors of #E872AA
Black with #E872AA
Text Example
Text Example
White with #E872AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E872AA; }
p { color: rgb(232,114,170); }
H1.HeaderClassName
{
color: #E872AA;
}
.AnyTagClassName
{
color: #E872AA;
}
</style>
background-color css
<style>
a { background-color: #E872AA; }
a { background-color: rgb(232,114,170); }
div.DivClassName
{
background-color: #E872AA;
}
.BgClassName
{
background-color: #E872AA;
}
</style>
border-color css
<style>
span { border-color: #E872AA; }
span { border-color: rgb(232,114,170); }
td.TdClassName
{
border-color: #E872AA;
}
.TagClassName
{
border-color: #E872AA;
}
</style>