Shades of Neon Pink #E863BD
Tints of Neon Pink #E863BD
RGB
CMYK
RGB Variations
Color information
#E863BD (or 0xE863BD) is known color: Neon Pink. HEX triplet: E8, 63 and BD. RGB value is (232,99,189). Sum of RGB (Red+Green+Blue) = 232+99+189=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E863BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863BD is #179C42. Grayscale: #949494. Windows color (decimal): -1547331 or 12411880. OLE color: 12411880.
HSL color Cylindrical-coordinate representation of color #E863BD: hue angle of 319.4º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E863BD is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 189 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.09 |
| HSL | 319.4º | 0.74% | 0.65% | - |
| HSV(B) | 319.4º | 0.57% | 0.91% | - |
| XYZ | 46.93 | 29.75 | 51.41 | - |
| YUV | 149.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 189 | 0 | 0.57 | 0.19 | 0.09 | 319.4 | 0.74 | 0.65 |
| Hex | E8 | 63 | BD | 0 | 39 | 13 | 9 | 13F | 4A | 41 |
| Octal | 350 | 143 | 275 | 0 | 71 | 23 | 11 | 477 | 112 | 101 |
| Binary | 11101000 | 1100011 | 10111101 | 0 | 111001 | 10011 | 1001 | 100111111 | 1001010 | 1000001 |
Color Harmonies of #E863BD
Complementary color
Monochromatic Colors of #E863BD
Black with #E863BD
Text Example
Text Example
White with #E863BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863BD; }
p { color: rgb(232,99,189); }
H1.HeaderClassName
{
color: #E863BD;
}
.AnyTagClassName
{
color: #E863BD;
}
</style>
background-color css
<style>
a { background-color: #E863BD; }
a { background-color: rgb(232,99,189); }
div.DivClassName
{
background-color: #E863BD;
}
.BgClassName
{
background-color: #E863BD;
}
</style>
border-color css
<style>
span { border-color: #E863BD; }
span { border-color: rgb(232,99,189); }
td.TdClassName
{
border-color: #E863BD;
}
.TagClassName
{
border-color: #E863BD;
}
</style>