Shades of Hot Pink #E166AB
Tints of Hot Pink #E166AB
RGB
CMYK
RGB Variations
Color information
#E166AB (or 0xE166AB) is known color: Hot Pink. HEX triplet: E1, 66 and AB. RGB value is (225,102,171). Sum of RGB (Red+Green+Blue) = 225+102+171=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E166AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166AB is #1E9954. Grayscale: #929292. Windows color (decimal): -2005333 or 11232993. OLE color: 11232993.
HSL color Cylindrical-coordinate representation of color #E166AB: hue angle of 326.34º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E166AB is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 171 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.12 |
| HSL | 326.34º | 0.67% | 0.64% | - |
| HSV(B) | 326.34º | 0.55% | 0.88% | - |
| XYZ | 43.15 | 28.45 | 41.75 | - |
| YUV | 146.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 171 | 0 | 0.55 | 0.24 | 0.12 | 326.34 | 0.67 | 0.64 |
| Hex | E1 | 66 | AB | 0 | 37 | 18 | C | 146 | 43 | 40 |
| Octal | 341 | 146 | 253 | 0 | 67 | 30 | 14 | 506 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10101011 | 0 | 110111 | 11000 | 1100 | 101000110 | 1000011 | 1000000 |
Color Harmonies of #E166AB
Complementary color
Monochromatic Colors of #E166AB
Black with #E166AB
Text Example
Text Example
White with #E166AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166AB; }
p { color: rgb(225,102,171); }
H1.HeaderClassName
{
color: #E166AB;
}
.AnyTagClassName
{
color: #E166AB;
}
</style>
background-color css
<style>
a { background-color: #E166AB; }
a { background-color: rgb(225,102,171); }
div.DivClassName
{
background-color: #E166AB;
}
.BgClassName
{
background-color: #E166AB;
}
</style>
border-color css
<style>
span { border-color: #E166AB; }
span { border-color: rgb(225,102,171); }
td.TdClassName
{
border-color: #E166AB;
}
.TagClassName
{
border-color: #E166AB;
}
</style>