Shades of Neon Pink #E96DC2
Tints of Neon Pink #E96DC2
RGB
CMYK
RGB Variations
Color information
#E96DC2 (or 0xE96DC2) is known color: Neon Pink. HEX triplet: E9, 6D and C2. RGB value is (233,109,194). Sum of RGB (Red+Green+Blue) = 233+109+194=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DC2 is #16923D. Grayscale: #9B9B9B. Windows color (decimal): -1479230 or 12742121. OLE color: 12742121.
HSL color Cylindrical-coordinate representation of color #E96DC2: hue angle of 318.87º 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 #E96DC2 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 194 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.09 |
| HSL | 318.87º | 0.74% | 0.67% | - |
| HSV(B) | 318.87º | 0.53% | 0.91% | - |
| XYZ | 48.81 | 32.16 | 54.67 | - |
| YUV | 155.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 194 | 0 | 0.53 | 0.17 | 0.09 | 318.87 | 0.74 | 0.67 |
| Hex | E9 | 6D | C2 | 0 | 35 | 11 | 9 | 13F | 4A | 43 |
| Octal | 351 | 155 | 302 | 0 | 65 | 21 | 11 | 477 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11000010 | 0 | 110101 | 10001 | 1001 | 100111111 | 1001010 | 1000011 |
Color Harmonies of #E96DC2
Complementary color
Monochromatic Colors of #E96DC2
Black with #E96DC2
Text Example
Text Example
White with #E96DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DC2; }
p { color: rgb(233,109,194); }
H1.HeaderClassName
{
color: #E96DC2;
}
.AnyTagClassName
{
color: #E96DC2;
}
</style>
background-color css
<style>
a { background-color: #E96DC2; }
a { background-color: rgb(233,109,194); }
div.DivClassName
{
background-color: #E96DC2;
}
.BgClassName
{
background-color: #E96DC2;
}
</style>
border-color css
<style>
span { border-color: #E96DC2; }
span { border-color: rgb(233,109,194); }
td.TdClassName
{
border-color: #E96DC2;
}
.TagClassName
{
border-color: #E96DC2;
}
</style>