Shades of Hot Pink #E96AB8
Tints of Hot Pink #E96AB8
RGB
CMYK
RGB Variations
Color information
#E96AB8 (or 0xE96AB8) is known color: Hot Pink. HEX triplet: E9, 6A and B8. RGB value is (233,106,184). Sum of RGB (Red+Green+Blue) = 233+106+184=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AB8 is #169547. Grayscale: #989898. Windows color (decimal): -1480008 or 12085993. OLE color: 12085993.
HSL color Cylindrical-coordinate representation of color #E96AB8: hue angle of 323.15º 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 #E96AB8 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 184 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.09 |
| HSL | 323.15º | 0.74% | 0.66% | - |
| HSV(B) | 323.15º | 0.55% | 0.91% | - |
| XYZ | 47.41 | 31.09 | 48.85 | - |
| YUV | 152.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 184 | 0 | 0.55 | 0.21 | 0.09 | 323.15 | 0.74 | 0.66 |
| Hex | E9 | 6A | B8 | 0 | 37 | 15 | 9 | 143 | 4A | 42 |
| Octal | 351 | 152 | 270 | 0 | 67 | 25 | 11 | 503 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10111000 | 0 | 110111 | 10101 | 1001 | 101000011 | 1001010 | 1000010 |
Color Harmonies of #E96AB8
Complementary color
Monochromatic Colors of #E96AB8
Black with #E96AB8
Text Example
Text Example
White with #E96AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AB8; }
p { color: rgb(233,106,184); }
H1.HeaderClassName
{
color: #E96AB8;
}
.AnyTagClassName
{
color: #E96AB8;
}
</style>
background-color css
<style>
a { background-color: #E96AB8; }
a { background-color: rgb(233,106,184); }
div.DivClassName
{
background-color: #E96AB8;
}
.BgClassName
{
background-color: #E96AB8;
}
</style>
border-color css
<style>
span { border-color: #E96AB8; }
span { border-color: rgb(233,106,184); }
td.TdClassName
{
border-color: #E96AB8;
}
.TagClassName
{
border-color: #E96AB8;
}
</style>