Shades of Hot Pink #E565A9
Tints of Hot Pink #E565A9
RGB
CMYK
RGB Variations
Color information
#E565A9 (or 0xE565A9) is known color: Hot Pink. HEX triplet: E5, 65 and A9. RGB value is (229,101,169). Sum of RGB (Red+Green+Blue) = 229+101+169=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E565A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E565A9 is #1A9A56. Grayscale: #929292. Windows color (decimal): -1743447 or 11101669. OLE color: 11101669.
HSL color Cylindrical-coordinate representation of color #E565A9: hue angle of 328.12º 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 #E565A9 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 169 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.10 |
| HSL | 328.13º | 0.71% | 0.65% | - |
| HSV(B) | 328.13º | 0.56% | 0.9% | - |
| XYZ | 44.13 | 28.83 | 40.78 | - |
| YUV | 147.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 169 | 0 | 0.56 | 0.26 | 0.10 | 328.13 | 0.71 | 0.65 |
| Hex | E5 | 65 | A9 | 0 | 38 | 1A | A | 148 | 47 | 41 |
| Octal | 345 | 145 | 251 | 0 | 70 | 32 | 12 | 510 | 107 | 101 |
| Binary | 11100101 | 1100101 | 10101001 | 0 | 111000 | 11010 | 1010 | 101001000 | 1000111 | 1000001 |
Color Harmonies of #E565A9
Complementary color
Monochromatic Colors of #E565A9
Black with #E565A9
Text Example
Text Example
White with #E565A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565A9; }
p { color: rgb(229,101,169); }
H1.HeaderClassName
{
color: #E565A9;
}
.AnyTagClassName
{
color: #E565A9;
}
</style>
background-color css
<style>
a { background-color: #E565A9; }
a { background-color: rgb(229,101,169); }
div.DivClassName
{
background-color: #E565A9;
}
.BgClassName
{
background-color: #E565A9;
}
</style>
border-color css
<style>
span { border-color: #E565A9; }
span { border-color: rgb(229,101,169); }
td.TdClassName
{
border-color: #E565A9;
}
.TagClassName
{
border-color: #E565A9;
}
</style>