Shades of Neon Pink #E874CA
Tints of Neon Pink #E874CA
RGB
CMYK
RGB Variations
Color information
#E874CA (or 0xE874CA) is known color: Neon Pink. HEX triplet: E8, 74 and CA. RGB value is (232,116,202). Sum of RGB (Red+Green+Blue) = 232+116+202=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E874CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874CA is #178B35. Grayscale: #A0A0A0. Windows color (decimal): -1542966 or 13268200. OLE color: 13268200.
HSL color Cylindrical-coordinate representation of color #E874CA: hue angle of 315.52º 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 #E874CA is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 202 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.09 |
| HSL | 315.52º | 0.72% | 0.68% | - |
| HSV(B) | 315.52º | 0.5% | 0.91% | - |
| XYZ | 50.18 | 33.91 | 59.78 | - |
| YUV | 160.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 202 | 0 | 0.50 | 0.13 | 0.09 | 315.52 | 0.72 | 0.68 |
| Hex | E8 | 74 | CA | 0 | 32 | D | 9 | 13C | 48 | 44 |
| Octal | 350 | 164 | 312 | 0 | 62 | 15 | 11 | 474 | 110 | 104 |
| Binary | 11101000 | 1110100 | 11001010 | 0 | 110010 | 1101 | 1001 | 100111100 | 1001000 | 1000100 |
Color Harmonies of #E874CA
Complementary color
Monochromatic Colors of #E874CA
Black with #E874CA
Text Example
Text Example
White with #E874CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874CA; }
p { color: rgb(232,116,202); }
H1.HeaderClassName
{
color: #E874CA;
}
.AnyTagClassName
{
color: #E874CA;
}
</style>
background-color css
<style>
a { background-color: #E874CA; }
a { background-color: rgb(232,116,202); }
div.DivClassName
{
background-color: #E874CA;
}
.BgClassName
{
background-color: #E874CA;
}
</style>
border-color css
<style>
span { border-color: #E874CA; }
span { border-color: rgb(232,116,202); }
td.TdClassName
{
border-color: #E874CA;
}
.TagClassName
{
border-color: #E874CA;
}
</style>