Shades of Neon Pink #E860BC
Tints of Neon Pink #E860BC
RGB
CMYK
RGB Variations
Color information
#E860BC (or 0xE860BC) is known color: Neon Pink. HEX triplet: E8, 60 and BC. RGB value is (232,96,188). Sum of RGB (Red+Green+Blue) = 232+96+188=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E860BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E860BC is #179F43. Grayscale: #929292. Windows color (decimal): -1548100 or 12345576. OLE color: 12345576.
HSL color Cylindrical-coordinate representation of color #E860BC: hue angle of 319.41º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E860BC is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 188 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.09 |
| HSL | 319.41º | 0.75% | 0.64% | - |
| HSV(B) | 319.41º | 0.59% | 0.91% | - |
| XYZ | 46.54 | 29.15 | 50.75 | - |
| YUV | 147.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 188 | 0 | 0.59 | 0.19 | 0.09 | 319.41 | 0.75 | 0.64 |
| Hex | E8 | 60 | BC | 0 | 3B | 13 | 9 | 13F | 4B | 40 |
| Octal | 350 | 140 | 274 | 0 | 73 | 23 | 11 | 477 | 113 | 100 |
| Binary | 11101000 | 1100000 | 10111100 | 0 | 111011 | 10011 | 1001 | 100111111 | 1001011 | 1000000 |
Color Harmonies of #E860BC
Complementary color
Monochromatic Colors of #E860BC
Black with #E860BC
Text Example
Text Example
White with #E860BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860BC; }
p { color: rgb(232,96,188); }
H1.HeaderClassName
{
color: #E860BC;
}
.AnyTagClassName
{
color: #E860BC;
}
</style>
background-color css
<style>
a { background-color: #E860BC; }
a { background-color: rgb(232,96,188); }
div.DivClassName
{
background-color: #E860BC;
}
.BgClassName
{
background-color: #E860BC;
}
</style>
border-color css
<style>
span { border-color: #E860BC; }
span { border-color: rgb(232,96,188); }
td.TdClassName
{
border-color: #E860BC;
}
.TagClassName
{
border-color: #E860BC;
}
</style>