Shades of Neon Pink #E973CA
Tints of Neon Pink #E973CA
RGB
CMYK
RGB Variations
Color information
#E973CA (or 0xE973CA) is known color: Neon Pink. HEX triplet: E9, 73 and CA. RGB value is (233,115,202). Sum of RGB (Red+Green+Blue) = 233+115+202=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E973CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973CA is #168C35. Grayscale: #9F9F9F. Windows color (decimal): -1477686 or 13267945. OLE color: 13267945.
HSL color Cylindrical-coordinate representation of color #E973CA: hue angle of 315.76º 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 #E973CA is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 202 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.09 |
| HSL | 315.76º | 0.73% | 0.68% | - |
| HSV(B) | 315.76º | 0.51% | 0.91% | - |
| XYZ | 50.4 | 33.85 | 59.75 | - |
| YUV | 160.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 202 | 0 | 0.51 | 0.13 | 0.09 | 315.76 | 0.73 | 0.68 |
| Hex | E9 | 73 | CA | 0 | 33 | D | 9 | 13C | 49 | 44 |
| Octal | 351 | 163 | 312 | 0 | 63 | 15 | 11 | 474 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11001010 | 0 | 110011 | 1101 | 1001 | 100111100 | 1001001 | 1000100 |
Color Harmonies of #E973CA
Complementary color
Monochromatic Colors of #E973CA
Black with #E973CA
Text Example
Text Example
White with #E973CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973CA; }
p { color: rgb(233,115,202); }
H1.HeaderClassName
{
color: #E973CA;
}
.AnyTagClassName
{
color: #E973CA;
}
</style>
background-color css
<style>
a { background-color: #E973CA; }
a { background-color: rgb(233,115,202); }
div.DivClassName
{
background-color: #E973CA;
}
.BgClassName
{
background-color: #E973CA;
}
</style>
border-color css
<style>
span { border-color: #E973CA; }
span { border-color: rgb(233,115,202); }
td.TdClassName
{
border-color: #E973CA;
}
.TagClassName
{
border-color: #E973CA;
}
</style>