Shades of Neon Pink #E865BB
Tints of Neon Pink #E865BB
RGB
CMYK
RGB Variations
Color information
#E865BB (or 0xE865BB) is known color: Neon Pink. HEX triplet: E8, 65 and BB. RGB value is (232,101,187). Sum of RGB (Red+Green+Blue) = 232+101+187=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E865BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865BB is #179A44. Grayscale: #959595. Windows color (decimal): -1546821 or 12281320. OLE color: 12281320.
HSL color Cylindrical-coordinate representation of color #E865BB: hue angle of 320.61º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865BB is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 187 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.09 |
| HSL | 320.61º | 0.74% | 0.65% | - |
| HSV(B) | 320.61º | 0.56% | 0.91% | - |
| XYZ | 46.9 | 30.05 | 50.34 | - |
| YUV | 149.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 187 | 0 | 0.56 | 0.19 | 0.09 | 320.61 | 0.74 | 0.65 |
| Hex | E8 | 65 | BB | 0 | 38 | 13 | 9 | 141 | 4A | 41 |
| Octal | 350 | 145 | 273 | 0 | 70 | 23 | 11 | 501 | 112 | 101 |
| Binary | 11101000 | 1100101 | 10111011 | 0 | 111000 | 10011 | 1001 | 101000001 | 1001010 | 1000001 |
Color Harmonies of #E865BB
Complementary color
Monochromatic Colors of #E865BB
Black with #E865BB
Text Example
Text Example
White with #E865BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865BB; }
p { color: rgb(232,101,187); }
H1.HeaderClassName
{
color: #E865BB;
}
.AnyTagClassName
{
color: #E865BB;
}
</style>
background-color css
<style>
a { background-color: #E865BB; }
a { background-color: rgb(232,101,187); }
div.DivClassName
{
background-color: #E865BB;
}
.BgClassName
{
background-color: #E865BB;
}
</style>
border-color css
<style>
span { border-color: #E865BB; }
span { border-color: rgb(232,101,187); }
td.TdClassName
{
border-color: #E865BB;
}
.TagClassName
{
border-color: #E865BB;
}
</style>