Shades of Neon Pink #E874C9
Tints of Neon Pink #E874C9
RGB
CMYK
RGB Variations
Color information
#E874C9 (or 0xE874C9) is known color: Neon Pink. HEX triplet: E8, 74 and C9. RGB value is (232,116,201). Sum of RGB (Red+Green+Blue) = 232+116+201=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E874C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874C9 is #178B36. Grayscale: #A0A0A0. Windows color (decimal): -1542967 or 13202664. OLE color: 13202664.
HSL color Cylindrical-coordinate representation of color #E874C9: hue angle of 316.03º degrees, saturation: 0.72, 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 #E874C9 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 201 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.09 |
| HSL | 316.03º | 0.72% | 0.68% | - |
| HSV(B) | 316.03º | 0.5% | 0.91% | - |
| XYZ | 50.07 | 33.86 | 59.16 | - |
| YUV | 160.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 201 | 0 | 0.50 | 0.13 | 0.09 | 316.03 | 0.72 | 0.68 |
| Hex | E8 | 74 | C9 | 0 | 32 | D | 9 | 13C | 48 | 44 |
| Octal | 350 | 164 | 311 | 0 | 62 | 15 | 11 | 474 | 110 | 104 |
| Binary | 11101000 | 1110100 | 11001001 | 0 | 110010 | 1101 | 1001 | 100111100 | 1001000 | 1000100 |
Color Harmonies of #E874C9
Complementary color
Monochromatic Colors of #E874C9
Black with #E874C9
Text Example
Text Example
White with #E874C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874C9; }
p { color: rgb(232,116,201); }
H1.HeaderClassName
{
color: #E874C9;
}
.AnyTagClassName
{
color: #E874C9;
}
</style>
background-color css
<style>
a { background-color: #E874C9; }
a { background-color: rgb(232,116,201); }
div.DivClassName
{
background-color: #E874C9;
}
.BgClassName
{
background-color: #E874C9;
}
</style>
border-color css
<style>
span { border-color: #E874C9; }
span { border-color: rgb(232,116,201); }
td.TdClassName
{
border-color: #E874C9;
}
.TagClassName
{
border-color: #E874C9;
}
</style>