Shades of Neon Pink #E96DC0
Tints of Neon Pink #E96DC0
RGB
CMYK
RGB Variations
Color information
#E96DC0 (or 0xE96DC0) is known color: Neon Pink. HEX triplet: E9, 6D and C0. RGB value is (233,109,192). Sum of RGB (Red+Green+Blue) = 233+109+192=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DC0 is #16923F. Grayscale: #9B9B9B. Windows color (decimal): -1479232 or 12611049. OLE color: 12611049.
HSL color Cylindrical-coordinate representation of color #E96DC0: hue angle of 319.84º 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 #E96DC0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 192 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.09 |
| HSL | 319.84º | 0.74% | 0.67% | - |
| HSV(B) | 319.84º | 0.53% | 0.91% | - |
| XYZ | 48.59 | 32.07 | 53.5 | - |
| YUV | 155.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 192 | 0 | 0.53 | 0.18 | 0.09 | 319.84 | 0.74 | 0.67 |
| Hex | E9 | 6D | C0 | 0 | 35 | 12 | 9 | 140 | 4A | 43 |
| Octal | 351 | 155 | 300 | 0 | 65 | 22 | 11 | 500 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11000000 | 0 | 110101 | 10010 | 1001 | 101000000 | 1001010 | 1000011 |
Color Harmonies of #E96DC0
Complementary color
Monochromatic Colors of #E96DC0
Black with #E96DC0
Text Example
Text Example
White with #E96DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DC0; }
p { color: rgb(233,109,192); }
H1.HeaderClassName
{
color: #E96DC0;
}
.AnyTagClassName
{
color: #E96DC0;
}
</style>
background-color css
<style>
a { background-color: #E96DC0; }
a { background-color: rgb(233,109,192); }
div.DivClassName
{
background-color: #E96DC0;
}
.BgClassName
{
background-color: #E96DC0;
}
</style>
border-color css
<style>
span { border-color: #E96DC0; }
span { border-color: rgb(233,109,192); }
td.TdClassName
{
border-color: #E96DC0;
}
.TagClassName
{
border-color: #E96DC0;
}
</style>