Shades of Neon Pink #E86BBE
Tints of Neon Pink #E86BBE
RGB
CMYK
RGB Variations
Color information
#E86BBE (or 0xE86BBE) is known color: Neon Pink. HEX triplet: E8, 6B and BE. RGB value is (232,107,190). Sum of RGB (Red+Green+Blue) = 232+107+190=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BBE is #179441. Grayscale: #999999. Windows color (decimal): -1545282 or 12479464. OLE color: 12479464.
HSL color Cylindrical-coordinate representation of color #E86BBE: hue angle of 320.16º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86BBE is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 190 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.09 |
| HSL | 320.16º | 0.73% | 0.66% | - |
| HSV(B) | 320.16º | 0.54% | 0.91% | - |
| XYZ | 47.83 | 31.39 | 52.25 | - |
| YUV | 153.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 190 | 0 | 0.54 | 0.18 | 0.09 | 320.16 | 0.73 | 0.66 |
| Hex | E8 | 6B | BE | 0 | 36 | 12 | 9 | 140 | 49 | 42 |
| Octal | 350 | 153 | 276 | 0 | 66 | 22 | 11 | 500 | 111 | 102 |
| Binary | 11101000 | 1101011 | 10111110 | 0 | 110110 | 10010 | 1001 | 101000000 | 1001001 | 1000010 |
Color Harmonies of #E86BBE
Complementary color
Monochromatic Colors of #E86BBE
Black with #E86BBE
Text Example
Text Example
White with #E86BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BBE; }
p { color: rgb(232,107,190); }
H1.HeaderClassName
{
color: #E86BBE;
}
.AnyTagClassName
{
color: #E86BBE;
}
</style>
background-color css
<style>
a { background-color: #E86BBE; }
a { background-color: rgb(232,107,190); }
div.DivClassName
{
background-color: #E86BBE;
}
.BgClassName
{
background-color: #E86BBE;
}
</style>
border-color css
<style>
span { border-color: #E86BBE; }
span { border-color: rgb(232,107,190); }
td.TdClassName
{
border-color: #E86BBE;
}
.TagClassName
{
border-color: #E86BBE;
}
</style>