Shades of Neon Pink #E16BBC
Tints of Neon Pink #E16BBC
RGB
CMYK
RGB Variations
Color information
#E16BBC (or 0xE16BBC) is known color: Neon Pink. HEX triplet: E1, 6B and BC. RGB value is (225,107,188). Sum of RGB (Red+Green+Blue) = 225+107+188=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BBC is #1E9443. Grayscale: #979797. Windows color (decimal): -2004036 or 12348385. OLE color: 12348385.
HSL color Cylindrical-coordinate representation of color #E16BBC: hue angle of 318.81º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16BBC is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 188 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.12 |
| HSL | 318.81º | 0.66% | 0.65% | - |
| HSV(B) | 318.81º | 0.52% | 0.88% | - |
| XYZ | 45.39 | 30.15 | 51.01 | - |
| YUV | 151.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 188 | 0 | 0.52 | 0.16 | 0.12 | 318.81 | 0.66 | 0.65 |
| Hex | E1 | 6B | BC | 0 | 34 | 10 | C | 13F | 42 | 41 |
| Octal | 341 | 153 | 274 | 0 | 64 | 20 | 14 | 477 | 102 | 101 |
| Binary | 11100001 | 1101011 | 10111100 | 0 | 110100 | 10000 | 1100 | 100111111 | 1000010 | 1000001 |
Color Harmonies of #E16BBC
Complementary color
Monochromatic Colors of #E16BBC
Black with #E16BBC
Text Example
Text Example
White with #E16BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BBC; }
p { color: rgb(225,107,188); }
H1.HeaderClassName
{
color: #E16BBC;
}
.AnyTagClassName
{
color: #E16BBC;
}
</style>
background-color css
<style>
a { background-color: #E16BBC; }
a { background-color: rgb(225,107,188); }
div.DivClassName
{
background-color: #E16BBC;
}
.BgClassName
{
background-color: #E16BBC;
}
</style>
border-color css
<style>
span { border-color: #E16BBC; }
span { border-color: rgb(225,107,188); }
td.TdClassName
{
border-color: #E16BBC;
}
.TagClassName
{
border-color: #E16BBC;
}
</style>