Shades of Hot Pink #E16EAD
Tints of Hot Pink #E16EAD
RGB
CMYK
RGB Variations
Color information
#E16EAD (or 0xE16EAD) is known color: Hot Pink. HEX triplet: E1, 6E and AD. RGB value is (225,110,173). Sum of RGB (Red+Green+Blue) = 225+110+173=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EAD is #1E9152. Grayscale: #979797. Windows color (decimal): -2003283 or 11366113. OLE color: 11366113.
HSL color Cylindrical-coordinate representation of color #E16EAD: hue angle of 327.13º 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 #E16EAD is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 173 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.12 |
| HSL | 327.13º | 0.66% | 0.66% | - |
| HSV(B) | 327.13º | 0.51% | 0.88% | - |
| XYZ | 44.17 | 30.18 | 43.03 | - |
| YUV | 151.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 173 | 0 | 0.51 | 0.23 | 0.12 | 327.13 | 0.66 | 0.66 |
| Hex | E1 | 6E | AD | 0 | 33 | 17 | C | 147 | 42 | 42 |
| Octal | 341 | 156 | 255 | 0 | 63 | 27 | 14 | 507 | 102 | 102 |
| Binary | 11100001 | 1101110 | 10101101 | 0 | 110011 | 10111 | 1100 | 101000111 | 1000010 | 1000010 |
Color Harmonies of #E16EAD
Complementary color
Monochromatic Colors of #E16EAD
Black with #E16EAD
Text Example
Text Example
White with #E16EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EAD; }
p { color: rgb(225,110,173); }
H1.HeaderClassName
{
color: #E16EAD;
}
.AnyTagClassName
{
color: #E16EAD;
}
</style>
background-color css
<style>
a { background-color: #E16EAD; }
a { background-color: rgb(225,110,173); }
div.DivClassName
{
background-color: #E16EAD;
}
.BgClassName
{
background-color: #E16EAD;
}
</style>
border-color css
<style>
span { border-color: #E16EAD; }
span { border-color: rgb(225,110,173); }
td.TdClassName
{
border-color: #E16EAD;
}
.TagClassName
{
border-color: #E16EAD;
}
</style>