Shades of Hot Pink #E16AAF
Tints of Hot Pink #E16AAF
RGB
CMYK
RGB Variations
Color information
#E16AAF (or 0xE16AAF) is known color: Hot Pink. HEX triplet: E1, 6A and AF. RGB value is (225,106,175). Sum of RGB (Red+Green+Blue) = 225+106+175=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16AAF is #1E9550. Grayscale: #959595. Windows color (decimal): -2004305 or 11496161. OLE color: 11496161.
HSL color Cylindrical-coordinate representation of color #E16AAF: hue angle of 325.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AAF is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 175 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.12 |
| HSL | 325.21º | 0.66% | 0.65% | - |
| HSV(B) | 325.21º | 0.53% | 0.88% | - |
| XYZ | 43.94 | 29.41 | 43.92 | - |
| YUV | 149.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 175 | 0 | 0.53 | 0.22 | 0.12 | 325.21 | 0.66 | 0.65 |
| Hex | E1 | 6A | AF | 0 | 35 | 16 | C | 145 | 42 | 41 |
| Octal | 341 | 152 | 257 | 0 | 65 | 26 | 14 | 505 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10101111 | 0 | 110101 | 10110 | 1100 | 101000101 | 1000010 | 1000001 |
Color Harmonies of #E16AAF
Complementary color
Monochromatic Colors of #E16AAF
Black with #E16AAF
Text Example
Text Example
White with #E16AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AAF; }
p { color: rgb(225,106,175); }
H1.HeaderClassName
{
color: #E16AAF;
}
.AnyTagClassName
{
color: #E16AAF;
}
</style>
background-color css
<style>
a { background-color: #E16AAF; }
a { background-color: rgb(225,106,175); }
div.DivClassName
{
background-color: #E16AAF;
}
.BgClassName
{
background-color: #E16AAF;
}
</style>
border-color css
<style>
span { border-color: #E16AAF; }
span { border-color: rgb(225,106,175); }
td.TdClassName
{
border-color: #E16AAF;
}
.TagClassName
{
border-color: #E16AAF;
}
</style>