Shades of Neon Pink #E96CC9
Tints of Neon Pink #E96CC9
RGB
CMYK
RGB Variations
Color information
#E96CC9 (or 0xE96CC9) is known color: Neon Pink. HEX triplet: E9, 6C and C9. RGB value is (233,108,201). Sum of RGB (Red+Green+Blue) = 233+108+201=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CC9 is #169336. Grayscale: #9B9B9B. Windows color (decimal): -1479479 or 13200617. OLE color: 13200617.
HSL color Cylindrical-coordinate representation of color #E96CC9: hue angle of 315.36º 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 #E96CC9 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 201 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.09 |
| HSL | 315.36º | 0.74% | 0.67% | - |
| HSV(B) | 315.36º | 0.54% | 0.91% | - |
| XYZ | 49.51 | 32.27 | 58.88 | - |
| YUV | 155.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 201 | 0 | 0.54 | 0.14 | 0.09 | 315.36 | 0.74 | 0.67 |
| Hex | E9 | 6C | C9 | 0 | 36 | E | 9 | 13B | 4A | 43 |
| Octal | 351 | 154 | 311 | 0 | 66 | 16 | 11 | 473 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11001001 | 0 | 110110 | 1110 | 1001 | 100111011 | 1001010 | 1000011 |
Color Harmonies of #E96CC9
Complementary color
Monochromatic Colors of #E96CC9
Black with #E96CC9
Text Example
Text Example
White with #E96CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CC9; }
p { color: rgb(233,108,201); }
H1.HeaderClassName
{
color: #E96CC9;
}
.AnyTagClassName
{
color: #E96CC9;
}
</style>
background-color css
<style>
a { background-color: #E96CC9; }
a { background-color: rgb(233,108,201); }
div.DivClassName
{
background-color: #E96CC9;
}
.BgClassName
{
background-color: #E96CC9;
}
</style>
border-color css
<style>
span { border-color: #E96CC9; }
span { border-color: rgb(233,108,201); }
td.TdClassName
{
border-color: #E96CC9;
}
.TagClassName
{
border-color: #E96CC9;
}
</style>