Shades of Neon Pink #E861BC
Tints of Neon Pink #E861BC
RGB
CMYK
RGB Variations
Color information
#E861BC (or 0xE861BC) is known color: Neon Pink. HEX triplet: E8, 61 and BC. RGB value is (232,97,188). Sum of RGB (Red+Green+Blue) = 232+97+188=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E861BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861BC is #179E43. Grayscale: #939393. Windows color (decimal): -1547844 or 12345832. OLE color: 12345832.
HSL color Cylindrical-coordinate representation of color #E861BC: hue angle of 319.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E861BC is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 188 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.09 |
| HSL | 319.56º | 0.75% | 0.65% | - |
| HSV(B) | 319.56º | 0.58% | 0.91% | - |
| XYZ | 46.63 | 29.34 | 50.78 | - |
| YUV | 147.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 188 | 0 | 0.58 | 0.19 | 0.09 | 319.56 | 0.75 | 0.65 |
| Hex | E8 | 61 | BC | 0 | 3A | 13 | 9 | 140 | 4B | 41 |
| Octal | 350 | 141 | 274 | 0 | 72 | 23 | 11 | 500 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10111100 | 0 | 111010 | 10011 | 1001 | 101000000 | 1001011 | 1000001 |
Color Harmonies of #E861BC
Complementary color
Monochromatic Colors of #E861BC
Black with #E861BC
Text Example
Text Example
White with #E861BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861BC; }
p { color: rgb(232,97,188); }
H1.HeaderClassName
{
color: #E861BC;
}
.AnyTagClassName
{
color: #E861BC;
}
</style>
background-color css
<style>
a { background-color: #E861BC; }
a { background-color: rgb(232,97,188); }
div.DivClassName
{
background-color: #E861BC;
}
.BgClassName
{
background-color: #E861BC;
}
</style>
border-color css
<style>
span { border-color: #E861BC; }
span { border-color: rgb(232,97,188); }
td.TdClassName
{
border-color: #E861BC;
}
.TagClassName
{
border-color: #E861BC;
}
</style>