Shades of Hot Pink #E961A9
Tints of Hot Pink #E961A9
RGB
CMYK
RGB Variations
Color information
#E961A9 (or 0xE961A9) is known color: Hot Pink. HEX triplet: E9, 61 and A9. RGB value is (233,97,169). Sum of RGB (Red+Green+Blue) = 233+97+169=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E961A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E961A9 is #169E56. Grayscale: #919191. Windows color (decimal): -1482327 or 11100649. OLE color: 11100649.
HSL color Cylindrical-coordinate representation of color #E961A9: hue angle of 328.24º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E961A9 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 169 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.09 |
| HSL | 328.24º | 0.76% | 0.65% | - |
| HSV(B) | 328.24º | 0.58% | 0.91% | - |
| XYZ | 45.04 | 28.74 | 40.71 | - |
| YUV | 145.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 169 | 0 | 0.58 | 0.27 | 0.09 | 328.24 | 0.76 | 0.65 |
| Hex | E9 | 61 | A9 | 0 | 3A | 1B | 9 | 148 | 4C | 41 |
| Octal | 351 | 141 | 251 | 0 | 72 | 33 | 11 | 510 | 114 | 101 |
| Binary | 11101001 | 1100001 | 10101001 | 0 | 111010 | 11011 | 1001 | 101001000 | 1001100 | 1000001 |
Color Harmonies of #E961A9
Complementary color
Monochromatic Colors of #E961A9
Black with #E961A9
Text Example
Text Example
White with #E961A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E961A9; }
p { color: rgb(233,97,169); }
H1.HeaderClassName
{
color: #E961A9;
}
.AnyTagClassName
{
color: #E961A9;
}
</style>
background-color css
<style>
a { background-color: #E961A9; }
a { background-color: rgb(233,97,169); }
div.DivClassName
{
background-color: #E961A9;
}
.BgClassName
{
background-color: #E961A9;
}
</style>
border-color css
<style>
span { border-color: #E961A9; }
span { border-color: rgb(233,97,169); }
td.TdClassName
{
border-color: #E961A9;
}
.TagClassName
{
border-color: #E961A9;
}
</style>