Shades of Neon Pink #E96ABF
Tints of Neon Pink #E96ABF
RGB
CMYK
RGB Variations
Color information
#E96ABF (or 0xE96ABF) is known color: Neon Pink. HEX triplet: E9, 6A and BF. RGB value is (233,106,191). Sum of RGB (Red+Green+Blue) = 233+106+191=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ABF is #169540. Grayscale: #999999. Windows color (decimal): -1480001 or 12544745. OLE color: 12544745.
HSL color Cylindrical-coordinate representation of color #E96ABF: hue angle of 319.84º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96ABF is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 191 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.09 |
| HSL | 319.84º | 0.74% | 0.66% | - |
| HSV(B) | 319.84º | 0.55% | 0.91% | - |
| XYZ | 48.16 | 31.39 | 52.81 | - |
| YUV | 153.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 191 | 0 | 0.55 | 0.18 | 0.09 | 319.84 | 0.74 | 0.66 |
| Hex | E9 | 6A | BF | 0 | 37 | 12 | 9 | 140 | 4A | 42 |
| Octal | 351 | 152 | 277 | 0 | 67 | 22 | 11 | 500 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10111111 | 0 | 110111 | 10010 | 1001 | 101000000 | 1001010 | 1000010 |
Color Harmonies of #E96ABF
Complementary color
Monochromatic Colors of #E96ABF
Black with #E96ABF
Text Example
Text Example
White with #E96ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96ABF; }
p { color: rgb(233,106,191); }
H1.HeaderClassName
{
color: #E96ABF;
}
.AnyTagClassName
{
color: #E96ABF;
}
</style>
background-color css
<style>
a { background-color: #E96ABF; }
a { background-color: rgb(233,106,191); }
div.DivClassName
{
background-color: #E96ABF;
}
.BgClassName
{
background-color: #E96ABF;
}
</style>
border-color css
<style>
span { border-color: #E96ABF; }
span { border-color: rgb(233,106,191); }
td.TdClassName
{
border-color: #E96ABF;
}
.TagClassName
{
border-color: #E96ABF;
}
</style>