Shades of Neon Pink #E96AC9
Tints of Neon Pink #E96AC9
RGB
CMYK
RGB Variations
Color information
#E96AC9 (or 0xE96AC9) is known color: Neon Pink. HEX triplet: E9, 6A and C9. RGB value is (233,106,201). Sum of RGB (Red+Green+Blue) = 233+106+201=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AC9 is #169536. Grayscale: #9A9A9A. Windows color (decimal): -1479991 or 13200105. OLE color: 13200105.
HSL color Cylindrical-coordinate representation of color #E96AC9: hue angle of 315.12º 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 #E96AC9 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 201 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.09 |
| HSL | 315.12º | 0.74% | 0.66% | - |
| HSV(B) | 315.12º | 0.55% | 0.91% | - |
| XYZ | 49.3 | 31.85 | 58.81 | - |
| YUV | 154.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 201 | 0 | 0.55 | 0.14 | 0.09 | 315.12 | 0.74 | 0.66 |
| Hex | E9 | 6A | C9 | 0 | 37 | E | 9 | 13B | 4A | 42 |
| Octal | 351 | 152 | 311 | 0 | 67 | 16 | 11 | 473 | 112 | 102 |
| Binary | 11101001 | 1101010 | 11001001 | 0 | 110111 | 1110 | 1001 | 100111011 | 1001010 | 1000010 |
Color Harmonies of #E96AC9
Complementary color
Monochromatic Colors of #E96AC9
Black with #E96AC9
Text Example
Text Example
White with #E96AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AC9; }
p { color: rgb(233,106,201); }
H1.HeaderClassName
{
color: #E96AC9;
}
.AnyTagClassName
{
color: #E96AC9;
}
</style>
background-color css
<style>
a { background-color: #E96AC9; }
a { background-color: rgb(233,106,201); }
div.DivClassName
{
background-color: #E96AC9;
}
.BgClassName
{
background-color: #E96AC9;
}
</style>
border-color css
<style>
span { border-color: #E96AC9; }
span { border-color: rgb(233,106,201); }
td.TdClassName
{
border-color: #E96AC9;
}
.TagClassName
{
border-color: #E96AC9;
}
</style>