Shades of Neon Pink #E96BBC
Tints of Neon Pink #E96BBC
RGB
CMYK
RGB Variations
Color information
#E96BBC (or 0xE96BBC) is known color: Neon Pink. HEX triplet: E9, 6B and BC. RGB value is (233,107,188). Sum of RGB (Red+Green+Blue) = 233+107+188=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BBC is #169443. Grayscale: #999999. Windows color (decimal): -1479748 or 12348393. OLE color: 12348393.
HSL color Cylindrical-coordinate representation of color #E96BBC: hue angle of 321.43º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96BBC is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 188 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.09 |
| HSL | 321.43º | 0.74% | 0.67% | - |
| HSV(B) | 321.43º | 0.54% | 0.91% | - |
| XYZ | 47.94 | 31.47 | 51.12 | - |
| YUV | 153.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 188 | 0 | 0.54 | 0.19 | 0.09 | 321.43 | 0.74 | 0.67 |
| Hex | E9 | 6B | BC | 0 | 36 | 13 | 9 | 141 | 4A | 43 |
| Octal | 351 | 153 | 274 | 0 | 66 | 23 | 11 | 501 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10111100 | 0 | 110110 | 10011 | 1001 | 101000001 | 1001010 | 1000011 |
Color Harmonies of #E96BBC
Complementary color
Monochromatic Colors of #E96BBC
Black with #E96BBC
Text Example
Text Example
White with #E96BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BBC; }
p { color: rgb(233,107,188); }
H1.HeaderClassName
{
color: #E96BBC;
}
.AnyTagClassName
{
color: #E96BBC;
}
</style>
background-color css
<style>
a { background-color: #E96BBC; }
a { background-color: rgb(233,107,188); }
div.DivClassName
{
background-color: #E96BBC;
}
.BgClassName
{
background-color: #E96BBC;
}
</style>
border-color css
<style>
span { border-color: #E96BBC; }
span { border-color: rgb(233,107,188); }
td.TdClassName
{
border-color: #E96BBC;
}
.TagClassName
{
border-color: #E96BBC;
}
</style>