Shades of Hot Pink #E56AA9
Tints of Hot Pink #E56AA9
RGB
CMYK
RGB Variations
Color information
#E56AA9 (or 0xE56AA9) is known color: Hot Pink. HEX triplet: E5, 6A and A9. RGB value is (229,106,169). Sum of RGB (Red+Green+Blue) = 229+106+169=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E56AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56AA9 is #1A9556. Grayscale: #959595. Windows color (decimal): -1742167 or 11102949. OLE color: 11102949.
HSL color Cylindrical-coordinate representation of color #E56AA9: hue angle of 329.27º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56AA9 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 169 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.10 |
| HSL | 329.27º | 0.7% | 0.66% | - |
| HSV(B) | 329.27º | 0.54% | 0.9% | - |
| XYZ | 44.63 | 29.83 | 40.94 | - |
| YUV | 149.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 169 | 0 | 0.54 | 0.26 | 0.10 | 329.27 | 0.7 | 0.66 |
| Hex | E5 | 6A | A9 | 0 | 36 | 1A | A | 149 | 46 | 42 |
| Octal | 345 | 152 | 251 | 0 | 66 | 32 | 12 | 511 | 106 | 102 |
| Binary | 11100101 | 1101010 | 10101001 | 0 | 110110 | 11010 | 1010 | 101001001 | 1000110 | 1000010 |
Color Harmonies of #E56AA9
Complementary color
Monochromatic Colors of #E56AA9
Black with #E56AA9
Text Example
Text Example
White with #E56AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56AA9; }
p { color: rgb(229,106,169); }
H1.HeaderClassName
{
color: #E56AA9;
}
.AnyTagClassName
{
color: #E56AA9;
}
</style>
background-color css
<style>
a { background-color: #E56AA9; }
a { background-color: rgb(229,106,169); }
div.DivClassName
{
background-color: #E56AA9;
}
.BgClassName
{
background-color: #E56AA9;
}
</style>
border-color css
<style>
span { border-color: #E56AA9; }
span { border-color: rgb(229,106,169); }
td.TdClassName
{
border-color: #E56AA9;
}
.TagClassName
{
border-color: #E56AA9;
}
</style>