Shades of Neon Pink #E96EC1
Tints of Neon Pink #E96EC1
RGB
CMYK
RGB Variations
Color information
#E96EC1 (or 0xE96EC1) is known color: Neon Pink. HEX triplet: E9, 6E and C1. RGB value is (233,110,193). Sum of RGB (Red+Green+Blue) = 233+110+193=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EC1 is #16913E. Grayscale: #9C9C9C. Windows color (decimal): -1478975 or 12676841. OLE color: 12676841.
HSL color Cylindrical-coordinate representation of color #E96EC1: hue angle of 319.51º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96EC1 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 193 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.09 |
| HSL | 319.51º | 0.74% | 0.67% | - |
| HSV(B) | 319.51º | 0.53% | 0.91% | - |
| XYZ | 48.81 | 32.33 | 54.12 | - |
| YUV | 156.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 193 | 0 | 0.53 | 0.17 | 0.09 | 319.51 | 0.74 | 0.67 |
| Hex | E9 | 6E | C1 | 0 | 35 | 11 | 9 | 140 | 4A | 43 |
| Octal | 351 | 156 | 301 | 0 | 65 | 21 | 11 | 500 | 112 | 103 |
| Binary | 11101001 | 1101110 | 11000001 | 0 | 110101 | 10001 | 1001 | 101000000 | 1001010 | 1000011 |
Color Harmonies of #E96EC1
Complementary color
Monochromatic Colors of #E96EC1
Black with #E96EC1
Text Example
Text Example
White with #E96EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EC1; }
p { color: rgb(233,110,193); }
H1.HeaderClassName
{
color: #E96EC1;
}
.AnyTagClassName
{
color: #E96EC1;
}
</style>
background-color css
<style>
a { background-color: #E96EC1; }
a { background-color: rgb(233,110,193); }
div.DivClassName
{
background-color: #E96EC1;
}
.BgClassName
{
background-color: #E96EC1;
}
</style>
border-color css
<style>
span { border-color: #E96EC1; }
span { border-color: rgb(233,110,193); }
td.TdClassName
{
border-color: #E96EC1;
}
.TagClassName
{
border-color: #E96EC1;
}
</style>