Shades of Neon Pink #E970C0
Tints of Neon Pink #E970C0
RGB
CMYK
RGB Variations
Color information
#E970C0 (or 0xE970C0) is known color: Neon Pink. HEX triplet: E9, 70 and C0. RGB value is (233,112,192). Sum of RGB (Red+Green+Blue) = 233+112+192=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E970C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970C0 is #168F3F. Grayscale: #9D9D9D. Windows color (decimal): -1478464 or 12611817. OLE color: 12611817.
HSL color Cylindrical-coordinate representation of color #E970C0: hue angle of 320.33º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970C0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 192 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.09 |
| HSL | 320.33º | 0.73% | 0.68% | - |
| HSV(B) | 320.33º | 0.52% | 0.91% | - |
| XYZ | 48.91 | 32.72 | 53.61 | - |
| YUV | 157.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 192 | 0 | 0.52 | 0.18 | 0.09 | 320.33 | 0.73 | 0.68 |
| Hex | E9 | 70 | C0 | 0 | 34 | 12 | 9 | 140 | 49 | 44 |
| Octal | 351 | 160 | 300 | 0 | 64 | 22 | 11 | 500 | 111 | 104 |
| Binary | 11101001 | 1110000 | 11000000 | 0 | 110100 | 10010 | 1001 | 101000000 | 1001001 | 1000100 |
Color Harmonies of #E970C0
Complementary color
Monochromatic Colors of #E970C0
Black with #E970C0
Text Example
Text Example
White with #E970C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970C0; }
p { color: rgb(233,112,192); }
H1.HeaderClassName
{
color: #E970C0;
}
.AnyTagClassName
{
color: #E970C0;
}
</style>
background-color css
<style>
a { background-color: #E970C0; }
a { background-color: rgb(233,112,192); }
div.DivClassName
{
background-color: #E970C0;
}
.BgClassName
{
background-color: #E970C0;
}
</style>
border-color css
<style>
span { border-color: #E970C0; }
span { border-color: rgb(233,112,192); }
td.TdClassName
{
border-color: #E970C0;
}
.TagClassName
{
border-color: #E970C0;
}
</style>