Shades of Neon Pink #E875C7
Tints of Neon Pink #E875C7
RGB
CMYK
RGB Variations
Color information
#E875C7 (or 0xE875C7) is known color: Neon Pink. HEX triplet: E8, 75 and C7. RGB value is (232,117,199). Sum of RGB (Red+Green+Blue) = 232+117+199=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E875C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875C7 is #178A38. Grayscale: #A0A0A0. Windows color (decimal): -1542713 or 13071848. OLE color: 13071848.
HSL color Cylindrical-coordinate representation of color #E875C7: hue angle of 317.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875C7 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 199 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.09 |
| HSL | 317.22º | 0.71% | 0.68% | - |
| HSV(B) | 317.22º | 0.5% | 0.91% | - |
| XYZ | 49.95 | 34 | 57.96 | - |
| YUV | 160.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 199 | 0 | 0.50 | 0.14 | 0.09 | 317.22 | 0.71 | 0.68 |
| Hex | E8 | 75 | C7 | 0 | 32 | E | 9 | 13D | 47 | 44 |
| Octal | 350 | 165 | 307 | 0 | 62 | 16 | 11 | 475 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11000111 | 0 | 110010 | 1110 | 1001 | 100111101 | 1000111 | 1000100 |
Color Harmonies of #E875C7
Complementary color
Monochromatic Colors of #E875C7
Black with #E875C7
Text Example
Text Example
White with #E875C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875C7; }
p { color: rgb(232,117,199); }
H1.HeaderClassName
{
color: #E875C7;
}
.AnyTagClassName
{
color: #E875C7;
}
</style>
background-color css
<style>
a { background-color: #E875C7; }
a { background-color: rgb(232,117,199); }
div.DivClassName
{
background-color: #E875C7;
}
.BgClassName
{
background-color: #E875C7;
}
</style>
border-color css
<style>
span { border-color: #E875C7; }
span { border-color: rgb(232,117,199); }
td.TdClassName
{
border-color: #E875C7;
}
.TagClassName
{
border-color: #E875C7;
}
</style>