Shades of Neon Pink #E95CC0
Tints of Neon Pink #E95CC0
RGB
CMYK
RGB Variations
Color information
#E95CC0 (or 0xE95CC0) is known color: Neon Pink. HEX triplet: E9, 5C and C0. RGB value is (233,92,192). Sum of RGB (Red+Green+Blue) = 233+92+192=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CC0 is #16A33F. Grayscale: #919191. Windows color (decimal): -1483584 or 12606697. OLE color: 12606697.
HSL color Cylindrical-coordinate representation of color #E95CC0: hue angle of 317.45º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95CC0 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 192 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.09 |
| HSL | 317.45º | 0.76% | 0.64% | - |
| HSV(B) | 317.45º | 0.61% | 0.91% | - |
| XYZ | 46.95 | 28.78 | 52.95 | - |
| YUV | 145.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 192 | 0 | 0.61 | 0.18 | 0.09 | 317.45 | 0.76 | 0.64 |
| Hex | E9 | 5C | C0 | 0 | 3D | 12 | 9 | 13D | 4C | 40 |
| Octal | 351 | 134 | 300 | 0 | 75 | 22 | 11 | 475 | 114 | 100 |
| Binary | 11101001 | 1011100 | 11000000 | 0 | 111101 | 10010 | 1001 | 100111101 | 1001100 | 1000000 |
Color Harmonies of #E95CC0
Complementary color
Monochromatic Colors of #E95CC0
Black with #E95CC0
Text Example
Text Example
White with #E95CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CC0; }
p { color: rgb(233,92,192); }
H1.HeaderClassName
{
color: #E95CC0;
}
.AnyTagClassName
{
color: #E95CC0;
}
</style>
background-color css
<style>
a { background-color: #E95CC0; }
a { background-color: rgb(233,92,192); }
div.DivClassName
{
background-color: #E95CC0;
}
.BgClassName
{
background-color: #E95CC0;
}
</style>
border-color css
<style>
span { border-color: #E95CC0; }
span { border-color: rgb(233,92,192); }
td.TdClassName
{
border-color: #E95CC0;
}
.TagClassName
{
border-color: #E95CC0;
}
</style>