Shades of Neon Pink #E166BB
Tints of Neon Pink #E166BB
RGB
CMYK
RGB Variations
Color information
#E166BB (or 0xE166BB) is known color: Neon Pink. HEX triplet: E1, 66 and BB. RGB value is (225,102,187). Sum of RGB (Red+Green+Blue) = 225+102+187=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E166BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166BB is #1E9944. Grayscale: #949494. Windows color (decimal): -2005317 or 12281569. OLE color: 12281569.
HSL color Cylindrical-coordinate representation of color #E166BB: hue angle of 318.54º 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 #E166BB is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 187 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.12 |
| HSL | 318.54º | 0.67% | 0.64% | - |
| HSV(B) | 318.54º | 0.55% | 0.88% | - |
| XYZ | 44.77 | 29.1 | 50.27 | - |
| YUV | 148.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 187 | 0 | 0.55 | 0.17 | 0.12 | 318.54 | 0.67 | 0.64 |
| Hex | E1 | 66 | BB | 0 | 37 | 11 | C | 13F | 43 | 40 |
| Octal | 341 | 146 | 273 | 0 | 67 | 21 | 14 | 477 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10111011 | 0 | 110111 | 10001 | 1100 | 100111111 | 1000011 | 1000000 |
Color Harmonies of #E166BB
Complementary color
Monochromatic Colors of #E166BB
Black with #E166BB
Text Example
Text Example
White with #E166BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166BB; }
p { color: rgb(225,102,187); }
H1.HeaderClassName
{
color: #E166BB;
}
.AnyTagClassName
{
color: #E166BB;
}
</style>
background-color css
<style>
a { background-color: #E166BB; }
a { background-color: rgb(225,102,187); }
div.DivClassName
{
background-color: #E166BB;
}
.BgClassName
{
background-color: #E166BB;
}
</style>
border-color css
<style>
span { border-color: #E166BB; }
span { border-color: rgb(225,102,187); }
td.TdClassName
{
border-color: #E166BB;
}
.TagClassName
{
border-color: #E166BB;
}
</style>