Shades of Hot Pink #E561AA
Tints of Hot Pink #E561AA
RGB
CMYK
RGB Variations
Color information
#E561AA (or 0xE561AA) is known color: Hot Pink. HEX triplet: E5, 61 and AA. RGB value is (229,97,170). Sum of RGB (Red+Green+Blue) = 229+97+170=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E561AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E561AA is #1A9E55. Grayscale: #909090. Windows color (decimal): -1744470 or 11166181. OLE color: 11166181.
HSL color Cylindrical-coordinate representation of color #E561AA: hue angle of 326.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561AA is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 170 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.10 |
| HSL | 326.82º | 0.72% | 0.64% | - |
| HSV(B) | 326.82º | 0.58% | 0.9% | - |
| XYZ | 43.84 | 28.11 | 41.15 | - |
| YUV | 144.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 170 | 0 | 0.58 | 0.26 | 0.10 | 326.82 | 0.72 | 0.64 |
| Hex | E5 | 61 | AA | 0 | 3A | 1A | A | 147 | 48 | 40 |
| Octal | 345 | 141 | 252 | 0 | 72 | 32 | 12 | 507 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10101010 | 0 | 111010 | 11010 | 1010 | 101000111 | 1001000 | 1000000 |
Color Harmonies of #E561AA
Complementary color
Monochromatic Colors of #E561AA
Black with #E561AA
Text Example
Text Example
White with #E561AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561AA; }
p { color: rgb(229,97,170); }
H1.HeaderClassName
{
color: #E561AA;
}
.AnyTagClassName
{
color: #E561AA;
}
</style>
background-color css
<style>
a { background-color: #E561AA; }
a { background-color: rgb(229,97,170); }
div.DivClassName
{
background-color: #E561AA;
}
.BgClassName
{
background-color: #E561AA;
}
</style>
border-color css
<style>
span { border-color: #E561AA; }
span { border-color: rgb(229,97,170); }
td.TdClassName
{
border-color: #E561AA;
}
.TagClassName
{
border-color: #E561AA;
}
</style>