Shades of Hot Pink #E773AA
Tints of Hot Pink #E773AA
RGB
CMYK
RGB Variations
Color information
#E773AA (or 0xE773AA) is known color: Hot Pink. HEX triplet: E7, 73 and AA. RGB value is (231,115,170). Sum of RGB (Red+Green+Blue) = 231+115+170=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E773AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E773AA is #188C55. Grayscale: #9B9B9B. Windows color (decimal): -1608790 or 11170791. OLE color: 11170791.
HSL color Cylindrical-coordinate representation of color #E773AA: hue angle of 331.55º degrees, saturation: 0.71, 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 #E773AA is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 170 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.09 |
| HSL | 331.55º | 0.71% | 0.68% | - |
| HSV(B) | 331.55º | 0.5% | 0.91% | - |
| XYZ | 46.34 | 32.15 | 41.79 | - |
| YUV | 155.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 170 | 0 | 0.50 | 0.26 | 0.09 | 331.55 | 0.71 | 0.68 |
| Hex | E7 | 73 | AA | 0 | 32 | 1A | 9 | 14C | 47 | 44 |
| Octal | 347 | 163 | 252 | 0 | 62 | 32 | 11 | 514 | 107 | 104 |
| Binary | 11100111 | 1110011 | 10101010 | 0 | 110010 | 11010 | 1001 | 101001100 | 1000111 | 1000100 |
Color Harmonies of #E773AA
Complementary color
Monochromatic Colors of #E773AA
Black with #E773AA
Text Example
Text Example
White with #E773AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773AA; }
p { color: rgb(231,115,170); }
H1.HeaderClassName
{
color: #E773AA;
}
.AnyTagClassName
{
color: #E773AA;
}
</style>
background-color css
<style>
a { background-color: #E773AA; }
a { background-color: rgb(231,115,170); }
div.DivClassName
{
background-color: #E773AA;
}
.BgClassName
{
background-color: #E773AA;
}
</style>
border-color css
<style>
span { border-color: #E773AA; }
span { border-color: rgb(231,115,170); }
td.TdClassName
{
border-color: #E773AA;
}
.TagClassName
{
border-color: #E773AA;
}
</style>