Shades of Hot Pink #E564AA
Tints of Hot Pink #E564AA
RGB
CMYK
RGB Variations
Color information
#E564AA (or 0xE564AA) is known color: Hot Pink. HEX triplet: E5, 64 and AA. RGB value is (229,100,170). Sum of RGB (Red+Green+Blue) = 229+100+170=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E564AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E564AA is #1A9B55. Grayscale: #929292. Windows color (decimal): -1743702 or 11166949. OLE color: 11166949.
HSL color Cylindrical-coordinate representation of color #E564AA: hue angle of 327.44º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E564AA is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 170 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.10 |
| HSL | 327.44º | 0.71% | 0.65% | - |
| HSV(B) | 327.44º | 0.56% | 0.9% | - |
| XYZ | 44.13 | 28.67 | 41.24 | - |
| YUV | 146.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 170 | 0 | 0.56 | 0.26 | 0.10 | 327.44 | 0.71 | 0.65 |
| Hex | E5 | 64 | AA | 0 | 38 | 1A | A | 147 | 47 | 41 |
| Octal | 345 | 144 | 252 | 0 | 70 | 32 | 12 | 507 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10101010 | 0 | 111000 | 11010 | 1010 | 101000111 | 1000111 | 1000001 |
Color Harmonies of #E564AA
Complementary color
Monochromatic Colors of #E564AA
Black with #E564AA
Text Example
Text Example
White with #E564AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564AA; }
p { color: rgb(229,100,170); }
H1.HeaderClassName
{
color: #E564AA;
}
.AnyTagClassName
{
color: #E564AA;
}
</style>
background-color css
<style>
a { background-color: #E564AA; }
a { background-color: rgb(229,100,170); }
div.DivClassName
{
background-color: #E564AA;
}
.BgClassName
{
background-color: #E564AA;
}
</style>
border-color css
<style>
span { border-color: #E564AA; }
span { border-color: rgb(229,100,170); }
td.TdClassName
{
border-color: #E564AA;
}
.TagClassName
{
border-color: #E564AA;
}
</style>