Shades of Hot Pink #E96BA7
Tints of Hot Pink #E96BA7
RGB
CMYK
RGB Variations
Color information
#E96BA7 (or 0xE96BA7) is known color: Hot Pink. HEX triplet: E9, 6B and A7. RGB value is (233,107,167). Sum of RGB (Red+Green+Blue) = 233+107+167=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BA7 is #169458. Grayscale: #979797. Windows color (decimal): -1479769 or 10972137. OLE color: 10972137.
HSL color Cylindrical-coordinate representation of color #E96BA7: hue angle of 331.43º 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 #E96BA7 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 167 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.09 |
| HSL | 331.43º | 0.74% | 0.67% | - |
| HSV(B) | 331.43º | 0.54% | 0.91% | - |
| XYZ | 45.84 | 30.63 | 40.06 | - |
| YUV | 151.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 167 | 0 | 0.54 | 0.28 | 0.09 | 331.43 | 0.74 | 0.67 |
| Hex | E9 | 6B | A7 | 0 | 36 | 1C | 9 | 14B | 4A | 43 |
| Octal | 351 | 153 | 247 | 0 | 66 | 34 | 11 | 513 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10100111 | 0 | 110110 | 11100 | 1001 | 101001011 | 1001010 | 1000011 |
Color Harmonies of #E96BA7
Complementary color
Monochromatic Colors of #E96BA7
Black with #E96BA7
Text Example
Text Example
White with #E96BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BA7; }
p { color: rgb(233,107,167); }
H1.HeaderClassName
{
color: #E96BA7;
}
.AnyTagClassName
{
color: #E96BA7;
}
</style>
background-color css
<style>
a { background-color: #E96BA7; }
a { background-color: rgb(233,107,167); }
div.DivClassName
{
background-color: #E96BA7;
}
.BgClassName
{
background-color: #E96BA7;
}
</style>
border-color css
<style>
span { border-color: #E96BA7; }
span { border-color: rgb(233,107,167); }
td.TdClassName
{
border-color: #E96BA7;
}
.TagClassName
{
border-color: #E96BA7;
}
</style>