Shades of Hot Pink #E160AD
Tints of Hot Pink #E160AD
RGB
CMYK
RGB Variations
Color information
#E160AD (or 0xE160AD) is known color: Hot Pink. HEX triplet: E1, 60 and AD. RGB value is (225,96,173). Sum of RGB (Red+Green+Blue) = 225+96+173=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E160AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E160AD is #1E9F52. Grayscale: #8F8F8F. Windows color (decimal): -2006867 or 11362529. OLE color: 11362529.
HSL color Cylindrical-coordinate representation of color #E160AD: hue angle of 324.19º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E160AD is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 173 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.12 |
| HSL | 324.19º | 0.68% | 0.63% | - |
| HSV(B) | 324.19º | 0.57% | 0.88% | - |
| XYZ | 42.78 | 27.39 | 42.57 | - |
| YUV | 143.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 173 | 0 | 0.57 | 0.23 | 0.12 | 324.19 | 0.68 | 0.63 |
| Hex | E1 | 60 | AD | 0 | 39 | 17 | C | 144 | 44 | 3F |
| Octal | 341 | 140 | 255 | 0 | 71 | 27 | 14 | 504 | 104 | 77 |
| Binary | 11100001 | 1100000 | 10101101 | 0 | 111001 | 10111 | 1100 | 101000100 | 1000100 | 111111 |
Color Harmonies of #E160AD
Complementary color
Monochromatic Colors of #E160AD
Black with #E160AD
Text Example
Text Example
White with #E160AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E160AD; }
p { color: rgb(225,96,173); }
H1.HeaderClassName
{
color: #E160AD;
}
.AnyTagClassName
{
color: #E160AD;
}
</style>
background-color css
<style>
a { background-color: #E160AD; }
a { background-color: rgb(225,96,173); }
div.DivClassName
{
background-color: #E160AD;
}
.BgClassName
{
background-color: #E160AD;
}
</style>
border-color css
<style>
span { border-color: #E160AD; }
span { border-color: rgb(225,96,173); }
td.TdClassName
{
border-color: #E160AD;
}
.TagClassName
{
border-color: #E160AD;
}
</style>