Shades of Neon Pink #E96DC7
Tints of Neon Pink #E96DC7
RGB
CMYK
RGB Variations
Color information
#E96DC7 (or 0xE96DC7) is known color: Neon Pink. HEX triplet: E9, 6D and C7. RGB value is (233,109,199). Sum of RGB (Red+Green+Blue) = 233+109+199=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DC7 is #169238. Grayscale: #9C9C9C. Windows color (decimal): -1479225 or 13069801. OLE color: 13069801.
HSL color Cylindrical-coordinate representation of color #E96DC7: hue angle of 316.45º 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 #E96DC7 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 199 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.09 |
| HSL | 316.45º | 0.74% | 0.67% | - |
| HSV(B) | 316.45º | 0.53% | 0.91% | - |
| XYZ | 49.38 | 32.38 | 57.68 | - |
| YUV | 156.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 199 | 0 | 0.53 | 0.15 | 0.09 | 316.45 | 0.74 | 0.67 |
| Hex | E9 | 6D | C7 | 0 | 35 | F | 9 | 13C | 4A | 43 |
| Octal | 351 | 155 | 307 | 0 | 65 | 17 | 11 | 474 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11000111 | 0 | 110101 | 1111 | 1001 | 100111100 | 1001010 | 1000011 |
Color Harmonies of #E96DC7
Complementary color
Monochromatic Colors of #E96DC7
Black with #E96DC7
Text Example
Text Example
White with #E96DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DC7; }
p { color: rgb(233,109,199); }
H1.HeaderClassName
{
color: #E96DC7;
}
.AnyTagClassName
{
color: #E96DC7;
}
</style>
background-color css
<style>
a { background-color: #E96DC7; }
a { background-color: rgb(233,109,199); }
div.DivClassName
{
background-color: #E96DC7;
}
.BgClassName
{
background-color: #E96DC7;
}
</style>
border-color css
<style>
span { border-color: #E96DC7; }
span { border-color: rgb(233,109,199); }
td.TdClassName
{
border-color: #E96DC7;
}
.TagClassName
{
border-color: #E96DC7;
}
</style>