Shades of Hot Pink #E96BAB
Tints of Hot Pink #E96BAB
RGB
CMYK
RGB Variations
Color information
#E96BAB (or 0xE96BAB) is known color: Hot Pink. HEX triplet: E9, 6B and AB. RGB value is (233,107,171). Sum of RGB (Red+Green+Blue) = 233+107+171=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BAB is #169454. Grayscale: #979797. Windows color (decimal): -1479765 or 11234281. OLE color: 11234281.
HSL color Cylindrical-coordinate representation of color #E96BAB: hue angle of 329.52º 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 #E96BAB is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 171 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.09 |
| HSL | 329.52º | 0.74% | 0.67% | - |
| HSV(B) | 329.52º | 0.54% | 0.91% | - |
| XYZ | 46.21 | 30.78 | 42.03 | - |
| YUV | 151.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 171 | 0 | 0.54 | 0.27 | 0.09 | 329.52 | 0.74 | 0.67 |
| Hex | E9 | 6B | AB | 0 | 36 | 1B | 9 | 14A | 4A | 43 |
| Octal | 351 | 153 | 253 | 0 | 66 | 33 | 11 | 512 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10101011 | 0 | 110110 | 11011 | 1001 | 101001010 | 1001010 | 1000011 |
Color Harmonies of #E96BAB
Complementary color
Monochromatic Colors of #E96BAB
Black with #E96BAB
Text Example
Text Example
White with #E96BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BAB; }
p { color: rgb(233,107,171); }
H1.HeaderClassName
{
color: #E96BAB;
}
.AnyTagClassName
{
color: #E96BAB;
}
</style>
background-color css
<style>
a { background-color: #E96BAB; }
a { background-color: rgb(233,107,171); }
div.DivClassName
{
background-color: #E96BAB;
}
.BgClassName
{
background-color: #E96BAB;
}
</style>
border-color css
<style>
span { border-color: #E96BAB; }
span { border-color: rgb(233,107,171); }
td.TdClassName
{
border-color: #E96BAB;
}
.TagClassName
{
border-color: #E96BAB;
}
</style>