Shades of Neon Pink #E86EC9
Tints of Neon Pink #E86EC9
RGB
CMYK
RGB Variations
Color information
#E86EC9 (or 0xE86EC9) is known color: Neon Pink. HEX triplet: E8, 6E and C9. RGB value is (232,110,201). Sum of RGB (Red+Green+Blue) = 232+110+201=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EC9 is #179136. Grayscale: #9C9C9C. Windows color (decimal): -1544503 or 13201128. OLE color: 13201128.
HSL color Cylindrical-coordinate representation of color #E86EC9: hue angle of 315.25º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86EC9 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 201 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.09 |
| HSL | 315.25º | 0.73% | 0.67% | - |
| HSV(B) | 315.25º | 0.53% | 0.91% | - |
| XYZ | 49.4 | 32.52 | 58.93 | - |
| YUV | 156.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 201 | 0 | 0.53 | 0.13 | 0.09 | 315.25 | 0.73 | 0.67 |
| Hex | E8 | 6E | C9 | 0 | 35 | D | 9 | 13B | 49 | 43 |
| Octal | 350 | 156 | 311 | 0 | 65 | 15 | 11 | 473 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11001001 | 0 | 110101 | 1101 | 1001 | 100111011 | 1001001 | 1000011 |
Color Harmonies of #E86EC9
Complementary color
Monochromatic Colors of #E86EC9
Black with #E86EC9
Text Example
Text Example
White with #E86EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86EC9; }
p { color: rgb(232,110,201); }
H1.HeaderClassName
{
color: #E86EC9;
}
.AnyTagClassName
{
color: #E86EC9;
}
</style>
background-color css
<style>
a { background-color: #E86EC9; }
a { background-color: rgb(232,110,201); }
div.DivClassName
{
background-color: #E86EC9;
}
.BgClassName
{
background-color: #E86EC9;
}
</style>
border-color css
<style>
span { border-color: #E86EC9; }
span { border-color: rgb(232,110,201); }
td.TdClassName
{
border-color: #E86EC9;
}
.TagClassName
{
border-color: #E86EC9;
}
</style>