Shades of Hot Pink #E16EAF
Tints of Hot Pink #E16EAF
RGB
CMYK
RGB Variations
Color information
#E16EAF (or 0xE16EAF) is known color: Hot Pink. HEX triplet: E1, 6E and AF. RGB value is (225,110,175). Sum of RGB (Red+Green+Blue) = 225+110+175=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EAF is #1E9150. Grayscale: #979797. Windows color (decimal): -2003281 or 11497185. OLE color: 11497185.
HSL color Cylindrical-coordinate representation of color #E16EAF: hue angle of 326.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16EAF is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 175 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.12 |
| HSL | 326.09º | 0.66% | 0.66% | - |
| HSV(B) | 326.09º | 0.51% | 0.88% | - |
| XYZ | 44.37 | 30.25 | 44.06 | - |
| YUV | 151.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 175 | 0 | 0.51 | 0.22 | 0.12 | 326.09 | 0.66 | 0.66 |
| Hex | E1 | 6E | AF | 0 | 33 | 16 | C | 146 | 42 | 42 |
| Octal | 341 | 156 | 257 | 0 | 63 | 26 | 14 | 506 | 102 | 102 |
| Binary | 11100001 | 1101110 | 10101111 | 0 | 110011 | 10110 | 1100 | 101000110 | 1000010 | 1000010 |
Color Harmonies of #E16EAF
Complementary color
Monochromatic Colors of #E16EAF
Black with #E16EAF
Text Example
Text Example
White with #E16EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EAF; }
p { color: rgb(225,110,175); }
H1.HeaderClassName
{
color: #E16EAF;
}
.AnyTagClassName
{
color: #E16EAF;
}
</style>
background-color css
<style>
a { background-color: #E16EAF; }
a { background-color: rgb(225,110,175); }
div.DivClassName
{
background-color: #E16EAF;
}
.BgClassName
{
background-color: #E16EAF;
}
</style>
border-color css
<style>
span { border-color: #E16EAF; }
span { border-color: rgb(225,110,175); }
td.TdClassName
{
border-color: #E16EAF;
}
.TagClassName
{
border-color: #E16EAF;
}
</style>