Shades of Hot Pink #E96FAD
Tints of Hot Pink #E96FAD
RGB
CMYK
RGB Variations
Color information
#E96FAD (or 0xE96FAD) is known color: Hot Pink. HEX triplet: E9, 6F and AD. RGB value is (233,111,173). Sum of RGB (Red+Green+Blue) = 233+111+173=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FAD is #169052. Grayscale: #9A9A9A. Windows color (decimal): -1478739 or 11366377. OLE color: 11366377.
HSL color Cylindrical-coordinate representation of color #E96FAD: hue angle of 329.51º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FAD is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 173 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.09 |
| HSL | 329.51º | 0.73% | 0.67% | - |
| HSV(B) | 329.51º | 0.52% | 0.91% | - |
| XYZ | 46.83 | 31.71 | 43.19 | - |
| YUV | 154.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 173 | 0 | 0.52 | 0.26 | 0.09 | 329.51 | 0.73 | 0.67 |
| Hex | E9 | 6F | AD | 0 | 34 | 1A | 9 | 14A | 49 | 43 |
| Octal | 351 | 157 | 255 | 0 | 64 | 32 | 11 | 512 | 111 | 103 |
| Binary | 11101001 | 1101111 | 10101101 | 0 | 110100 | 11010 | 1001 | 101001010 | 1001001 | 1000011 |
Color Harmonies of #E96FAD
Complementary color
Monochromatic Colors of #E96FAD
Black with #E96FAD
Text Example
Text Example
White with #E96FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FAD; }
p { color: rgb(233,111,173); }
H1.HeaderClassName
{
color: #E96FAD;
}
.AnyTagClassName
{
color: #E96FAD;
}
</style>
background-color css
<style>
a { background-color: #E96FAD; }
a { background-color: rgb(233,111,173); }
div.DivClassName
{
background-color: #E96FAD;
}
.BgClassName
{
background-color: #E96FAD;
}
</style>
border-color css
<style>
span { border-color: #E96FAD; }
span { border-color: rgb(233,111,173); }
td.TdClassName
{
border-color: #E96FAD;
}
.TagClassName
{
border-color: #E96FAD;
}
</style>