Shades of Neon Pink #E96DC4
Tints of Neon Pink #E96DC4
RGB
CMYK
RGB Variations
Color information
#E96DC4 (or 0xE96DC4) is known color: Neon Pink. HEX triplet: E9, 6D and C4. RGB value is (233,109,196). Sum of RGB (Red+Green+Blue) = 233+109+196=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DC4 is #16923B. Grayscale: #9B9B9B. Windows color (decimal): -1479228 or 12873193. OLE color: 12873193.
HSL color Cylindrical-coordinate representation of color #E96DC4: hue angle of 317.9º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DC4 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 196 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.09 |
| HSL | 317.9º | 0.74% | 0.67% | - |
| HSV(B) | 317.9º | 0.53% | 0.91% | - |
| XYZ | 49.04 | 32.25 | 55.86 | - |
| YUV | 155.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 196 | 0 | 0.53 | 0.16 | 0.09 | 317.9 | 0.74 | 0.67 |
| Hex | E9 | 6D | C4 | 0 | 35 | 10 | 9 | 13E | 4A | 43 |
| Octal | 351 | 155 | 304 | 0 | 65 | 20 | 11 | 476 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11000100 | 0 | 110101 | 10000 | 1001 | 100111110 | 1001010 | 1000011 |
Color Harmonies of #E96DC4
Complementary color
Monochromatic Colors of #E96DC4
Black with #E96DC4
Text Example
Text Example
White with #E96DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DC4; }
p { color: rgb(233,109,196); }
H1.HeaderClassName
{
color: #E96DC4;
}
.AnyTagClassName
{
color: #E96DC4;
}
</style>
background-color css
<style>
a { background-color: #E96DC4; }
a { background-color: rgb(233,109,196); }
div.DivClassName
{
background-color: #E96DC4;
}
.BgClassName
{
background-color: #E96DC4;
}
</style>
border-color css
<style>
span { border-color: #E96DC4; }
span { border-color: rgb(233,109,196); }
td.TdClassName
{
border-color: #E96DC4;
}
.TagClassName
{
border-color: #E96DC4;
}
</style>