Shades of Neon Pink #E96CC1
Tints of Neon Pink #E96CC1
RGB
CMYK
RGB Variations
Color information
#E96CC1 (or 0xE96CC1) is known color: Neon Pink. HEX triplet: E9, 6C and C1. RGB value is (233,108,193). Sum of RGB (Red+Green+Blue) = 233+108+193=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CC1 is #16933E. Grayscale: #9A9A9A. Windows color (decimal): -1479487 or 12676329. OLE color: 12676329.
HSL color Cylindrical-coordinate representation of color #E96CC1: hue angle of 319.2º 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 #E96CC1 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 193 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.09 |
| HSL | 319.2º | 0.74% | 0.67% | - |
| HSV(B) | 319.2º | 0.54% | 0.91% | - |
| XYZ | 48.59 | 31.9 | 54.05 | - |
| YUV | 155.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 193 | 0 | 0.54 | 0.17 | 0.09 | 319.2 | 0.74 | 0.67 |
| Hex | E9 | 6C | C1 | 0 | 36 | 11 | 9 | 13F | 4A | 43 |
| Octal | 351 | 154 | 301 | 0 | 66 | 21 | 11 | 477 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11000001 | 0 | 110110 | 10001 | 1001 | 100111111 | 1001010 | 1000011 |
Color Harmonies of #E96CC1
Complementary color
Monochromatic Colors of #E96CC1
Black with #E96CC1
Text Example
Text Example
White with #E96CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CC1; }
p { color: rgb(233,108,193); }
H1.HeaderClassName
{
color: #E96CC1;
}
.AnyTagClassName
{
color: #E96CC1;
}
</style>
background-color css
<style>
a { background-color: #E96CC1; }
a { background-color: rgb(233,108,193); }
div.DivClassName
{
background-color: #E96CC1;
}
.BgClassName
{
background-color: #E96CC1;
}
</style>
border-color css
<style>
span { border-color: #E96CC1; }
span { border-color: rgb(233,108,193); }
td.TdClassName
{
border-color: #E96CC1;
}
.TagClassName
{
border-color: #E96CC1;
}
</style>