Shades of Neon Pink #E861BD
Tints of Neon Pink #E861BD
RGB
CMYK
RGB Variations
Color information
#E861BD (or 0xE861BD) is known color: Neon Pink. HEX triplet: E8, 61 and BD. RGB value is (232,97,189). Sum of RGB (Red+Green+Blue) = 232+97+189=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E861BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861BD is #179E42. Grayscale: #939393. Windows color (decimal): -1547843 or 12411368. OLE color: 12411368.
HSL color Cylindrical-coordinate representation of color #E861BD: hue angle of 319.11º 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 #E861BD is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 189 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.09 |
| HSL | 319.11º | 0.75% | 0.65% | - |
| HSV(B) | 319.11º | 0.58% | 0.91% | - |
| XYZ | 46.74 | 29.38 | 51.35 | - |
| YUV | 147.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 189 | 0 | 0.58 | 0.19 | 0.09 | 319.11 | 0.75 | 0.65 |
| Hex | E8 | 61 | BD | 0 | 3A | 13 | 9 | 13F | 4B | 41 |
| Octal | 350 | 141 | 275 | 0 | 72 | 23 | 11 | 477 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10111101 | 0 | 111010 | 10011 | 1001 | 100111111 | 1001011 | 1000001 |
Color Harmonies of #E861BD
Complementary color
Monochromatic Colors of #E861BD
Black with #E861BD
Text Example
Text Example
White with #E861BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861BD; }
p { color: rgb(232,97,189); }
H1.HeaderClassName
{
color: #E861BD;
}
.AnyTagClassName
{
color: #E861BD;
}
</style>
background-color css
<style>
a { background-color: #E861BD; }
a { background-color: rgb(232,97,189); }
div.DivClassName
{
background-color: #E861BD;
}
.BgClassName
{
background-color: #E861BD;
}
</style>
border-color css
<style>
span { border-color: #E861BD; }
span { border-color: rgb(232,97,189); }
td.TdClassName
{
border-color: #E861BD;
}
.TagClassName
{
border-color: #E861BD;
}
</style>