Shades of Hot Pink #E161A9
Tints of Hot Pink #E161A9
RGB
CMYK
RGB Variations
Color information
#E161A9 (or 0xE161A9) is known color: Hot Pink. HEX triplet: E1, 61 and A9. RGB value is (225,97,169). Sum of RGB (Red+Green+Blue) = 225+97+169=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E161A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161A9 is #1E9E56. Grayscale: #8F8F8F. Windows color (decimal): -2006615 or 11100641. OLE color: 11100641.
HSL color Cylindrical-coordinate representation of color #E161A9: hue angle of 326.25º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E161A9 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 169 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.12 |
| HSL | 326.25º | 0.68% | 0.63% | - |
| HSV(B) | 326.25º | 0.57% | 0.88% | - |
| XYZ | 42.49 | 27.42 | 40.59 | - |
| YUV | 143.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 169 | 0 | 0.57 | 0.25 | 0.12 | 326.25 | 0.68 | 0.63 |
| Hex | E1 | 61 | A9 | 0 | 39 | 19 | C | 146 | 44 | 3F |
| Octal | 341 | 141 | 251 | 0 | 71 | 31 | 14 | 506 | 104 | 77 |
| Binary | 11100001 | 1100001 | 10101001 | 0 | 111001 | 11001 | 1100 | 101000110 | 1000100 | 111111 |
Color Harmonies of #E161A9
Complementary color
Monochromatic Colors of #E161A9
Black with #E161A9
Text Example
Text Example
White with #E161A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E161A9; }
p { color: rgb(225,97,169); }
H1.HeaderClassName
{
color: #E161A9;
}
.AnyTagClassName
{
color: #E161A9;
}
</style>
background-color css
<style>
a { background-color: #E161A9; }
a { background-color: rgb(225,97,169); }
div.DivClassName
{
background-color: #E161A9;
}
.BgClassName
{
background-color: #E161A9;
}
</style>
border-color css
<style>
span { border-color: #E161A9; }
span { border-color: rgb(225,97,169); }
td.TdClassName
{
border-color: #E161A9;
}
.TagClassName
{
border-color: #E161A9;
}
</style>