Shades of Hot Pink #E96BA9
Tints of Hot Pink #E96BA9
RGB
CMYK
RGB Variations
Color information
#E96BA9 (or 0xE96BA9) is known color: Hot Pink. HEX triplet: E9, 6B and A9. RGB value is (233,107,169). Sum of RGB (Red+Green+Blue) = 233+107+169=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BA9 is #169456. Grayscale: #979797. Windows color (decimal): -1479767 or 11103209. OLE color: 11103209.
HSL color Cylindrical-coordinate representation of color #E96BA9: hue angle of 330.48º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96BA9 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 169 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.09 |
| HSL | 330.48º | 0.74% | 0.67% | - |
| HSV(B) | 330.48º | 0.54% | 0.91% | - |
| XYZ | 46.02 | 30.7 | 41.04 | - |
| YUV | 151.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 169 | 0 | 0.54 | 0.27 | 0.09 | 330.48 | 0.74 | 0.67 |
| Hex | E9 | 6B | A9 | 0 | 36 | 1B | 9 | 14A | 4A | 43 |
| Octal | 351 | 153 | 251 | 0 | 66 | 33 | 11 | 512 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10101001 | 0 | 110110 | 11011 | 1001 | 101001010 | 1001010 | 1000011 |
Color Harmonies of #E96BA9
Complementary color
Monochromatic Colors of #E96BA9
Black with #E96BA9
Text Example
Text Example
White with #E96BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BA9; }
p { color: rgb(233,107,169); }
H1.HeaderClassName
{
color: #E96BA9;
}
.AnyTagClassName
{
color: #E96BA9;
}
</style>
background-color css
<style>
a { background-color: #E96BA9; }
a { background-color: rgb(233,107,169); }
div.DivClassName
{
background-color: #E96BA9;
}
.BgClassName
{
background-color: #E96BA9;
}
</style>
border-color css
<style>
span { border-color: #E96BA9; }
span { border-color: rgb(233,107,169); }
td.TdClassName
{
border-color: #E96BA9;
}
.TagClassName
{
border-color: #E96BA9;
}
</style>