Shades of Hot Pink #E96AB4
Tints of Hot Pink #E96AB4
RGB
CMYK
RGB Variations
Color information
#E96AB4 (or 0xE96AB4) is known color: Hot Pink. HEX triplet: E9, 6A and B4. RGB value is (233,106,180). Sum of RGB (Red+Green+Blue) = 233+106+180=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AB4 is #16954B. Grayscale: #989898. Windows color (decimal): -1480012 or 11823849. OLE color: 11823849.
HSL color Cylindrical-coordinate representation of color #E96AB4: hue angle of 325.04º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96AB4 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 180 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.09 |
| HSL | 325.04º | 0.74% | 0.66% | - |
| HSV(B) | 325.04º | 0.55% | 0.91% | - |
| XYZ | 47 | 30.93 | 46.67 | - |
| YUV | 152.41 | 143.58 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 180 | 0 | 0.55 | 0.23 | 0.09 | 325.04 | 0.74 | 0.66 |
| Hex | E9 | 6A | B4 | 0 | 37 | 17 | 9 | 145 | 4A | 42 |
| Octal | 351 | 152 | 264 | 0 | 67 | 27 | 11 | 505 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10110100 | 0 | 110111 | 10111 | 1001 | 101000101 | 1001010 | 1000010 |
Color Harmonies of #E96AB4
Complementary color
Monochromatic Colors of #E96AB4
Black with #E96AB4
Text Example
Text Example
White with #E96AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AB4; }
p { color: rgb(233,106,180); }
H1.HeaderClassName
{
color: #E96AB4;
}
.AnyTagClassName
{
color: #E96AB4;
}
</style>
background-color css
<style>
a { background-color: #E96AB4; }
a { background-color: rgb(233,106,180); }
div.DivClassName
{
background-color: #E96AB4;
}
.BgClassName
{
background-color: #E96AB4;
}
</style>
border-color css
<style>
span { border-color: #E96AB4; }
span { border-color: rgb(233,106,180); }
td.TdClassName
{
border-color: #E96AB4;
}
.TagClassName
{
border-color: #E96AB4;
}
</style>