Shades of Neon Pink #E96AC2
Tints of Neon Pink #E96AC2
RGB
CMYK
RGB Variations
Color information
#E96AC2 (or 0xE96AC2) is known color: Neon Pink. HEX triplet: E9, 6A and C2. RGB value is (233,106,194). Sum of RGB (Red+Green+Blue) = 233+106+194=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AC2 is #16953D. Grayscale: #999999. Windows color (decimal): -1479998 or 12741353. OLE color: 12741353.
HSL color Cylindrical-coordinate representation of color #E96AC2: hue angle of 318.43º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96AC2 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 194 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.09 |
| HSL | 318.43º | 0.74% | 0.66% | - |
| HSV(B) | 318.43º | 0.55% | 0.91% | - |
| XYZ | 48.5 | 31.53 | 54.57 | - |
| YUV | 154.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 194 | 0 | 0.55 | 0.17 | 0.09 | 318.43 | 0.74 | 0.66 |
| Hex | E9 | 6A | C2 | 0 | 37 | 11 | 9 | 13E | 4A | 42 |
| Octal | 351 | 152 | 302 | 0 | 67 | 21 | 11 | 476 | 112 | 102 |
| Binary | 11101001 | 1101010 | 11000010 | 0 | 110111 | 10001 | 1001 | 100111110 | 1001010 | 1000010 |
Color Harmonies of #E96AC2
Complementary color
Monochromatic Colors of #E96AC2
Black with #E96AC2
Text Example
Text Example
White with #E96AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AC2; }
p { color: rgb(233,106,194); }
H1.HeaderClassName
{
color: #E96AC2;
}
.AnyTagClassName
{
color: #E96AC2;
}
</style>
background-color css
<style>
a { background-color: #E96AC2; }
a { background-color: rgb(233,106,194); }
div.DivClassName
{
background-color: #E96AC2;
}
.BgClassName
{
background-color: #E96AC2;
}
</style>
border-color css
<style>
span { border-color: #E96AC2; }
span { border-color: rgb(233,106,194); }
td.TdClassName
{
border-color: #E96AC2;
}
.TagClassName
{
border-color: #E96AC2;
}
</style>