Shades of Neon Pink #E96FCA
Tints of Neon Pink #E96FCA
RGB
CMYK
RGB Variations
Color information
#E96FCA (or 0xE96FCA) is known color: Neon Pink. HEX triplet: E9, 6F and CA. RGB value is (233,111,202). Sum of RGB (Red+Green+Blue) = 233+111+202=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FCA is #169035. Grayscale: #9D9D9D. Windows color (decimal): -1478710 or 13266921. OLE color: 13266921.
HSL color Cylindrical-coordinate representation of color #E96FCA: hue angle of 315.25º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FCA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 202 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.09 |
| HSL | 315.25º | 0.73% | 0.67% | - |
| HSV(B) | 315.25º | 0.52% | 0.91% | - |
| XYZ | 49.95 | 32.96 | 59.61 | - |
| YUV | 157.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 202 | 0 | 0.52 | 0.13 | 0.09 | 315.25 | 0.73 | 0.67 |
| Hex | E9 | 6F | CA | 0 | 34 | D | 9 | 13B | 49 | 43 |
| Octal | 351 | 157 | 312 | 0 | 64 | 15 | 11 | 473 | 111 | 103 |
| Binary | 11101001 | 1101111 | 11001010 | 0 | 110100 | 1101 | 1001 | 100111011 | 1001001 | 1000011 |
Color Harmonies of #E96FCA
Complementary color
Monochromatic Colors of #E96FCA
Black with #E96FCA
Text Example
Text Example
White with #E96FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FCA; }
p { color: rgb(233,111,202); }
H1.HeaderClassName
{
color: #E96FCA;
}
.AnyTagClassName
{
color: #E96FCA;
}
</style>
background-color css
<style>
a { background-color: #E96FCA; }
a { background-color: rgb(233,111,202); }
div.DivClassName
{
background-color: #E96FCA;
}
.BgClassName
{
background-color: #E96FCA;
}
</style>
border-color css
<style>
span { border-color: #E96FCA; }
span { border-color: rgb(233,111,202); }
td.TdClassName
{
border-color: #E96FCA;
}
.TagClassName
{
border-color: #E96FCA;
}
</style>