Shades of Hot Pink #E561AF
Tints of Hot Pink #E561AF
RGB
CMYK
RGB Variations
Color information
#E561AF (or 0xE561AF) is known color: Hot Pink. HEX triplet: E5, 61 and AF. RGB value is (229,97,175). Sum of RGB (Red+Green+Blue) = 229+97+175=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E561AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E561AF is #1A9E50. Grayscale: #919191. Windows color (decimal): -1744465 or 11493861. OLE color: 11493861.
HSL color Cylindrical-coordinate representation of color #E561AF: hue angle of 324.55º 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 #E561AF is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 175 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.10 |
| HSL | 324.55º | 0.72% | 0.64% | - |
| HSV(B) | 324.55º | 0.58% | 0.9% | - |
| XYZ | 44.33 | 28.3 | 43.68 | - |
| YUV | 145.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 175 | 0 | 0.58 | 0.24 | 0.10 | 324.55 | 0.72 | 0.64 |
| Hex | E5 | 61 | AF | 0 | 3A | 18 | A | 145 | 48 | 40 |
| Octal | 345 | 141 | 257 | 0 | 72 | 30 | 12 | 505 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10101111 | 0 | 111010 | 11000 | 1010 | 101000101 | 1001000 | 1000000 |
Color Harmonies of #E561AF
Complementary color
Monochromatic Colors of #E561AF
Black with #E561AF
Text Example
Text Example
White with #E561AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561AF; }
p { color: rgb(229,97,175); }
H1.HeaderClassName
{
color: #E561AF;
}
.AnyTagClassName
{
color: #E561AF;
}
</style>
background-color css
<style>
a { background-color: #E561AF; }
a { background-color: rgb(229,97,175); }
div.DivClassName
{
background-color: #E561AF;
}
.BgClassName
{
background-color: #E561AF;
}
</style>
border-color css
<style>
span { border-color: #E561AF; }
span { border-color: rgb(229,97,175); }
td.TdClassName
{
border-color: #E561AF;
}
.TagClassName
{
border-color: #E561AF;
}
</style>