Shades of Neon Pink #E870C3
Tints of Neon Pink #E870C3
RGB
CMYK
RGB Variations
Color information
#E870C3 (or 0xE870C3) is known color: Neon Pink. HEX triplet: E8, 70 and C3. RGB value is (232,112,195). Sum of RGB (Red+Green+Blue) = 232+112+195=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E870C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870C3 is #178F3C. Grayscale: #9D9D9D. Windows color (decimal): -1543997 or 12808424. OLE color: 12808424.
HSL color Cylindrical-coordinate representation of color #E870C3: hue angle of 318.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E870C3 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 195 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.09 |
| HSL | 318.5º | 0.72% | 0.67% | - |
| HSV(B) | 318.5º | 0.52% | 0.91% | - |
| XYZ | 48.92 | 32.68 | 55.36 | - |
| YUV | 157.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 195 | 0 | 0.52 | 0.16 | 0.09 | 318.5 | 0.72 | 0.67 |
| Hex | E8 | 70 | C3 | 0 | 34 | 10 | 9 | 13E | 48 | 43 |
| Octal | 350 | 160 | 303 | 0 | 64 | 20 | 11 | 476 | 110 | 103 |
| Binary | 11101000 | 1110000 | 11000011 | 0 | 110100 | 10000 | 1001 | 100111110 | 1001000 | 1000011 |
Color Harmonies of #E870C3
Complementary color
Monochromatic Colors of #E870C3
Black with #E870C3
Text Example
Text Example
White with #E870C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E870C3; }
p { color: rgb(232,112,195); }
H1.HeaderClassName
{
color: #E870C3;
}
.AnyTagClassName
{
color: #E870C3;
}
</style>
background-color css
<style>
a { background-color: #E870C3; }
a { background-color: rgb(232,112,195); }
div.DivClassName
{
background-color: #E870C3;
}
.BgClassName
{
background-color: #E870C3;
}
</style>
border-color css
<style>
span { border-color: #E870C3; }
span { border-color: rgb(232,112,195); }
td.TdClassName
{
border-color: #E870C3;
}
.TagClassName
{
border-color: #E870C3;
}
</style>