Shades of Neon Pink #E16ABB
Tints of Neon Pink #E16ABB
RGB
CMYK
RGB Variations
Color information
#E16ABB (or 0xE16ABB) is known color: Neon Pink. HEX triplet: E1, 6A and BB. RGB value is (225,106,187). Sum of RGB (Red+Green+Blue) = 225+106+187=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ABB is #1E9544. Grayscale: #969696. Windows color (decimal): -2004293 or 12282593. OLE color: 12282593.
HSL color Cylindrical-coordinate representation of color #E16ABB: hue angle of 319.16º 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 #E16ABB is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 187 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.12 |
| HSL | 319.16º | 0.66% | 0.65% | - |
| HSV(B) | 319.16º | 0.53% | 0.88% | - |
| XYZ | 45.18 | 29.9 | 50.4 | - |
| YUV | 150.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 187 | 0 | 0.53 | 0.17 | 0.12 | 319.16 | 0.66 | 0.65 |
| Hex | E1 | 6A | BB | 0 | 35 | 11 | C | 13F | 42 | 41 |
| Octal | 341 | 152 | 273 | 0 | 65 | 21 | 14 | 477 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10111011 | 0 | 110101 | 10001 | 1100 | 100111111 | 1000010 | 1000001 |
Color Harmonies of #E16ABB
Complementary color
Monochromatic Colors of #E16ABB
Black with #E16ABB
Text Example
Text Example
White with #E16ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16ABB; }
p { color: rgb(225,106,187); }
H1.HeaderClassName
{
color: #E16ABB;
}
.AnyTagClassName
{
color: #E16ABB;
}
</style>
background-color css
<style>
a { background-color: #E16ABB; }
a { background-color: rgb(225,106,187); }
div.DivClassName
{
background-color: #E16ABB;
}
.BgClassName
{
background-color: #E16ABB;
}
</style>
border-color css
<style>
span { border-color: #E16ABB; }
span { border-color: rgb(225,106,187); }
td.TdClassName
{
border-color: #E16ABB;
}
.TagClassName
{
border-color: #E16ABB;
}
</style>