Shades of Hot Pink #E16AB7
Tints of Hot Pink #E16AB7
RGB
CMYK
RGB Variations
Color information
#E16AB7 (or 0xE16AB7) is known color: Hot Pink. HEX triplet: E1, 6A and B7. RGB value is (225,106,183). Sum of RGB (Red+Green+Blue) = 225+106+183=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AB7 is #1E9548. Grayscale: #969696. Windows color (decimal): -2004297 or 12020449. OLE color: 12020449.
HSL color Cylindrical-coordinate representation of color #E16AB7: hue angle of 321.18º 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 #E16AB7 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 183 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.12 |
| HSL | 321.18º | 0.66% | 0.65% | - |
| HSV(B) | 321.18º | 0.53% | 0.88% | - |
| XYZ | 44.75 | 29.73 | 48.18 | - |
| YUV | 150.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 183 | 0 | 0.53 | 0.19 | 0.12 | 321.18 | 0.66 | 0.65 |
| Hex | E1 | 6A | B7 | 0 | 35 | 13 | C | 141 | 42 | 41 |
| Octal | 341 | 152 | 267 | 0 | 65 | 23 | 14 | 501 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10110111 | 0 | 110101 | 10011 | 1100 | 101000001 | 1000010 | 1000001 |
Color Harmonies of #E16AB7
Complementary color
Monochromatic Colors of #E16AB7
Black with #E16AB7
Text Example
Text Example
White with #E16AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AB7; }
p { color: rgb(225,106,183); }
H1.HeaderClassName
{
color: #E16AB7;
}
.AnyTagClassName
{
color: #E16AB7;
}
</style>
background-color css
<style>
a { background-color: #E16AB7; }
a { background-color: rgb(225,106,183); }
div.DivClassName
{
background-color: #E16AB7;
}
.BgClassName
{
background-color: #E16AB7;
}
</style>
border-color css
<style>
span { border-color: #E16AB7; }
span { border-color: rgb(225,106,183); }
td.TdClassName
{
border-color: #E16AB7;
}
.TagClassName
{
border-color: #E16AB7;
}
</style>