Shades of Neon Pink #E973C9
Tints of Neon Pink #E973C9
RGB
CMYK
RGB Variations
Color information
#E973C9 (or 0xE973C9) is known color: Neon Pink. HEX triplet: E9, 73 and C9. RGB value is (233,115,201). Sum of RGB (Red+Green+Blue) = 233+115+201=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E973C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973C9 is #168C36. Grayscale: #9F9F9F. Windows color (decimal): -1477687 or 13202409. OLE color: 13202409.
HSL color Cylindrical-coordinate representation of color #E973C9: hue angle of 316.27º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973C9 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 201 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.09 |
| HSL | 316.27º | 0.73% | 0.68% | - |
| HSV(B) | 316.27º | 0.51% | 0.91% | - |
| XYZ | 50.28 | 33.8 | 59.13 | - |
| YUV | 160.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 201 | 0 | 0.51 | 0.14 | 0.09 | 316.27 | 0.73 | 0.68 |
| Hex | E9 | 73 | C9 | 0 | 33 | E | 9 | 13C | 49 | 44 |
| Octal | 351 | 163 | 311 | 0 | 63 | 16 | 11 | 474 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11001001 | 0 | 110011 | 1110 | 1001 | 100111100 | 1001001 | 1000100 |
Color Harmonies of #E973C9
Complementary color
Monochromatic Colors of #E973C9
Black with #E973C9
Text Example
Text Example
White with #E973C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973C9; }
p { color: rgb(233,115,201); }
H1.HeaderClassName
{
color: #E973C9;
}
.AnyTagClassName
{
color: #E973C9;
}
</style>
background-color css
<style>
a { background-color: #E973C9; }
a { background-color: rgb(233,115,201); }
div.DivClassName
{
background-color: #E973C9;
}
.BgClassName
{
background-color: #E973C9;
}
</style>
border-color css
<style>
span { border-color: #E973C9; }
span { border-color: rgb(233,115,201); }
td.TdClassName
{
border-color: #E973C9;
}
.TagClassName
{
border-color: #E973C9;
}
</style>