Shades of Hot Pink #E96AB7
Tints of Hot Pink #E96AB7
RGB
CMYK
RGB Variations
Color information
#E96AB7 (or 0xE96AB7) is known color: Hot Pink. HEX triplet: E9, 6A and B7. RGB value is (233,106,183). Sum of RGB (Red+Green+Blue) = 233+106+183=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AB7 is #169548. Grayscale: #989898. Windows color (decimal): -1480009 or 12020457. OLE color: 12020457.
HSL color Cylindrical-coordinate representation of color #E96AB7: hue angle of 323.62º 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 #E96AB7 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 183 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.09 |
| HSL | 323.62º | 0.74% | 0.66% | - |
| HSV(B) | 323.62º | 0.55% | 0.91% | - |
| XYZ | 47.31 | 31.05 | 48.3 | - |
| YUV | 152.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 183 | 0 | 0.55 | 0.21 | 0.09 | 323.62 | 0.74 | 0.66 |
| Hex | E9 | 6A | B7 | 0 | 37 | 15 | 9 | 144 | 4A | 42 |
| Octal | 351 | 152 | 267 | 0 | 67 | 25 | 11 | 504 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10110111 | 0 | 110111 | 10101 | 1001 | 101000100 | 1001010 | 1000010 |
Color Harmonies of #E96AB7
Complementary color
Monochromatic Colors of #E96AB7
Black with #E96AB7
Text Example
Text Example
White with #E96AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AB7; }
p { color: rgb(233,106,183); }
H1.HeaderClassName
{
color: #E96AB7;
}
.AnyTagClassName
{
color: #E96AB7;
}
</style>
background-color css
<style>
a { background-color: #E96AB7; }
a { background-color: rgb(233,106,183); }
div.DivClassName
{
background-color: #E96AB7;
}
.BgClassName
{
background-color: #E96AB7;
}
</style>
border-color css
<style>
span { border-color: #E96AB7; }
span { border-color: rgb(233,106,183); }
td.TdClassName
{
border-color: #E96AB7;
}
.TagClassName
{
border-color: #E96AB7;
}
</style>