Shades of Neon Pink #E86ABE
Tints of Neon Pink #E86ABE
RGB
CMYK
RGB Variations
Color information
#E86ABE (or 0xE86ABE) is known color: Neon Pink. HEX triplet: E8, 6A and BE. RGB value is (232,106,190). Sum of RGB (Red+Green+Blue) = 232+106+190=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ABE is #179541. Grayscale: #999999. Windows color (decimal): -1545538 or 12479208. OLE color: 12479208.
HSL color Cylindrical-coordinate representation of color #E86ABE: hue angle of 320º 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 #E86ABE is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 190 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.09 |
| HSL | 320º | 0.73% | 0.66% | - |
| HSV(B) | 320º | 0.54% | 0.91% | - |
| XYZ | 47.73 | 31.18 | 52.22 | - |
| YUV | 153.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 190 | 0 | 0.54 | 0.18 | 0.09 | 320 | 0.73 | 0.66 |
| Hex | E8 | 6A | BE | 0 | 36 | 12 | 9 | 140 | 49 | 42 |
| Octal | 350 | 152 | 276 | 0 | 66 | 22 | 11 | 500 | 111 | 102 |
| Binary | 11101000 | 1101010 | 10111110 | 0 | 110110 | 10010 | 1001 | 101000000 | 1001001 | 1000010 |
Color Harmonies of #E86ABE
Complementary color
Monochromatic Colors of #E86ABE
Black with #E86ABE
Text Example
Text Example
White with #E86ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ABE; }
p { color: rgb(232,106,190); }
H1.HeaderClassName
{
color: #E86ABE;
}
.AnyTagClassName
{
color: #E86ABE;
}
</style>
background-color css
<style>
a { background-color: #E86ABE; }
a { background-color: rgb(232,106,190); }
div.DivClassName
{
background-color: #E86ABE;
}
.BgClassName
{
background-color: #E86ABE;
}
</style>
border-color css
<style>
span { border-color: #E86ABE; }
span { border-color: rgb(232,106,190); }
td.TdClassName
{
border-color: #E86ABE;
}
.TagClassName
{
border-color: #E86ABE;
}
</style>