Shades of Hot Pink #E96EAC
Tints of Hot Pink #E96EAC
RGB
CMYK
RGB Variations
Color information
#E96EAC (or 0xE96EAC) is known color: Hot Pink. HEX triplet: E9, 6E and AC. RGB value is (233,110,172). Sum of RGB (Red+Green+Blue) = 233+110+172=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96EAC is #169153. Grayscale: #999999. Windows color (decimal): -1478996 or 11300585. OLE color: 11300585.
HSL color Cylindrical-coordinate representation of color #E96EAC: hue angle of 329.76º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96EAC is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 172 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.09 |
| HSL | 329.76º | 0.74% | 0.67% | - |
| HSV(B) | 329.76º | 0.53% | 0.91% | - |
| XYZ | 46.63 | 31.45 | 42.64 | - |
| YUV | 153.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 172 | 0 | 0.53 | 0.26 | 0.09 | 329.76 | 0.74 | 0.67 |
| Hex | E9 | 6E | AC | 0 | 35 | 1A | 9 | 14A | 4A | 43 |
| Octal | 351 | 156 | 254 | 0 | 65 | 32 | 11 | 512 | 112 | 103 |
| Binary | 11101001 | 1101110 | 10101100 | 0 | 110101 | 11010 | 1001 | 101001010 | 1001010 | 1000011 |
Color Harmonies of #E96EAC
Complementary color
Monochromatic Colors of #E96EAC
Black with #E96EAC
Text Example
Text Example
White with #E96EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EAC; }
p { color: rgb(233,110,172); }
H1.HeaderClassName
{
color: #E96EAC;
}
.AnyTagClassName
{
color: #E96EAC;
}
</style>
background-color css
<style>
a { background-color: #E96EAC; }
a { background-color: rgb(233,110,172); }
div.DivClassName
{
background-color: #E96EAC;
}
.BgClassName
{
background-color: #E96EAC;
}
</style>
border-color css
<style>
span { border-color: #E96EAC; }
span { border-color: rgb(233,110,172); }
td.TdClassName
{
border-color: #E96EAC;
}
.TagClassName
{
border-color: #E96EAC;
}
</style>