Shades of Neon Pink #E16ABC
Tints of Neon Pink #E16ABC
RGB
CMYK
RGB Variations
Color information
#E16ABC (or 0xE16ABC) is known color: Neon Pink. HEX triplet: E1, 6A and BC. RGB value is (225,106,188). Sum of RGB (Red+Green+Blue) = 225+106+188=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ABC is #1E9543. Grayscale: #969696. Windows color (decimal): -2004292 or 12348129. OLE color: 12348129.
HSL color Cylindrical-coordinate representation of color #E16ABC: hue angle of 318.66º 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 #E16ABC is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 188 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.12 |
| HSL | 318.66º | 0.66% | 0.65% | - |
| HSV(B) | 318.66º | 0.53% | 0.88% | - |
| XYZ | 45.28 | 29.95 | 50.97 | - |
| YUV | 150.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 188 | 0 | 0.53 | 0.16 | 0.12 | 318.66 | 0.66 | 0.65 |
| Hex | E1 | 6A | BC | 0 | 35 | 10 | C | 13F | 42 | 41 |
| Octal | 341 | 152 | 274 | 0 | 65 | 20 | 14 | 477 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10111100 | 0 | 110101 | 10000 | 1100 | 100111111 | 1000010 | 1000001 |
Color Harmonies of #E16ABC
Complementary color
Monochromatic Colors of #E16ABC
Black with #E16ABC
Text Example
Text Example
White with #E16ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16ABC; }
p { color: rgb(225,106,188); }
H1.HeaderClassName
{
color: #E16ABC;
}
.AnyTagClassName
{
color: #E16ABC;
}
</style>
background-color css
<style>
a { background-color: #E16ABC; }
a { background-color: rgb(225,106,188); }
div.DivClassName
{
background-color: #E16ABC;
}
.BgClassName
{
background-color: #E16ABC;
}
</style>
border-color css
<style>
span { border-color: #E16ABC; }
span { border-color: rgb(225,106,188); }
td.TdClassName
{
border-color: #E16ABC;
}
.TagClassName
{
border-color: #E16ABC;
}
</style>