Shades of Neon Pink #E973C5
Tints of Neon Pink #E973C5
RGB
CMYK
RGB Variations
Color information
#E973C5 (or 0xE973C5) is known color: Neon Pink. HEX triplet: E9, 73 and C5. RGB value is (233,115,197). Sum of RGB (Red+Green+Blue) = 233+115+197=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E973C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973C5 is #168C3A. Grayscale: #9F9F9F. Windows color (decimal): -1477691 or 12940265. OLE color: 12940265.
HSL color Cylindrical-coordinate representation of color #E973C5: hue angle of 318.31º 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 #E973C5 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 197 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.09 |
| HSL | 318.31º | 0.73% | 0.68% | - |
| HSV(B) | 318.31º | 0.51% | 0.91% | - |
| XYZ | 49.81 | 33.62 | 56.69 | - |
| YUV | 159.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 197 | 0 | 0.51 | 0.15 | 0.09 | 318.31 | 0.73 | 0.68 |
| Hex | E9 | 73 | C5 | 0 | 33 | F | 9 | 13E | 49 | 44 |
| Octal | 351 | 163 | 305 | 0 | 63 | 17 | 11 | 476 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11000101 | 0 | 110011 | 1111 | 1001 | 100111110 | 1001001 | 1000100 |
Color Harmonies of #E973C5
Complementary color
Monochromatic Colors of #E973C5
Black with #E973C5
Text Example
Text Example
White with #E973C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973C5; }
p { color: rgb(233,115,197); }
H1.HeaderClassName
{
color: #E973C5;
}
.AnyTagClassName
{
color: #E973C5;
}
</style>
background-color css
<style>
a { background-color: #E973C5; }
a { background-color: rgb(233,115,197); }
div.DivClassName
{
background-color: #E973C5;
}
.BgClassName
{
background-color: #E973C5;
}
</style>
border-color css
<style>
span { border-color: #E973C5; }
span { border-color: rgb(233,115,197); }
td.TdClassName
{
border-color: #E973C5;
}
.TagClassName
{
border-color: #E973C5;
}
</style>