Shades of Neon Pink #E96CCA
Tints of Neon Pink #E96CCA
RGB
CMYK
RGB Variations
Color information
#E96CCA (or 0xE96CCA) is known color: Neon Pink. HEX triplet: E9, 6C and CA. RGB value is (233,108,202). Sum of RGB (Red+Green+Blue) = 233+108+202=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CCA is #169335. Grayscale: #9B9B9B. Windows color (decimal): -1479478 or 13266153. OLE color: 13266153.
HSL color Cylindrical-coordinate representation of color #E96CCA: hue angle of 314.88º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96CCA is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 202 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.09 |
| HSL | 314.88º | 0.74% | 0.67% | - |
| HSV(B) | 314.88º | 0.54% | 0.91% | - |
| XYZ | 49.63 | 32.31 | 59.5 | - |
| YUV | 156.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 202 | 0 | 0.54 | 0.13 | 0.09 | 314.88 | 0.74 | 0.67 |
| Hex | E9 | 6C | CA | 0 | 36 | D | 9 | 13B | 4A | 43 |
| Octal | 351 | 154 | 312 | 0 | 66 | 15 | 11 | 473 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11001010 | 0 | 110110 | 1101 | 1001 | 100111011 | 1001010 | 1000011 |
Color Harmonies of #E96CCA
Complementary color
Monochromatic Colors of #E96CCA
Black with #E96CCA
Text Example
Text Example
White with #E96CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CCA; }
p { color: rgb(233,108,202); }
H1.HeaderClassName
{
color: #E96CCA;
}
.AnyTagClassName
{
color: #E96CCA;
}
</style>
background-color css
<style>
a { background-color: #E96CCA; }
a { background-color: rgb(233,108,202); }
div.DivClassName
{
background-color: #E96CCA;
}
.BgClassName
{
background-color: #E96CCA;
}
</style>
border-color css
<style>
span { border-color: #E96CCA; }
span { border-color: rgb(233,108,202); }
td.TdClassName
{
border-color: #E96CCA;
}
.TagClassName
{
border-color: #E96CCA;
}
</style>