Shades of Neon Pink #E95DC0
Tints of Neon Pink #E95DC0
RGB
CMYK
RGB Variations
Color information
#E95DC0 (or 0xE95DC0) is known color: Neon Pink. HEX triplet: E9, 5D and C0. RGB value is (233,93,192). Sum of RGB (Red+Green+Blue) = 233+93+192=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DC0 is #16A23F. Grayscale: #919191. Windows color (decimal): -1483328 or 12606953. OLE color: 12606953.
HSL color Cylindrical-coordinate representation of color #E95DC0: hue angle of 317.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DC0 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 192 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.09 |
| HSL | 317.57º | 0.76% | 0.64% | - |
| HSV(B) | 317.57º | 0.6% | 0.91% | - |
| XYZ | 47.03 | 28.96 | 52.98 | - |
| YUV | 146.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 192 | 0 | 0.60 | 0.18 | 0.09 | 317.57 | 0.76 | 0.64 |
| Hex | E9 | 5D | C0 | 0 | 3C | 12 | 9 | 13E | 4C | 40 |
| Octal | 351 | 135 | 300 | 0 | 74 | 22 | 11 | 476 | 114 | 100 |
| Binary | 11101001 | 1011101 | 11000000 | 0 | 111100 | 10010 | 1001 | 100111110 | 1001100 | 1000000 |
Color Harmonies of #E95DC0
Complementary color
Monochromatic Colors of #E95DC0
Black with #E95DC0
Text Example
Text Example
White with #E95DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DC0; }
p { color: rgb(233,93,192); }
H1.HeaderClassName
{
color: #E95DC0;
}
.AnyTagClassName
{
color: #E95DC0;
}
</style>
background-color css
<style>
a { background-color: #E95DC0; }
a { background-color: rgb(233,93,192); }
div.DivClassName
{
background-color: #E95DC0;
}
.BgClassName
{
background-color: #E95DC0;
}
</style>
border-color css
<style>
span { border-color: #E95DC0; }
span { border-color: rgb(233,93,192); }
td.TdClassName
{
border-color: #E95DC0;
}
.TagClassName
{
border-color: #E95DC0;
}
</style>