Shades of Neon Pink #E86ABD
Tints of Neon Pink #E86ABD
RGB
CMYK
RGB Variations
Color information
#E86ABD (or 0xE86ABD) is known color: Neon Pink. HEX triplet: E8, 6A and BD. RGB value is (232,106,189). Sum of RGB (Red+Green+Blue) = 232+106+189=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ABD is #179542. Grayscale: #989898. Windows color (decimal): -1545539 or 12413672. OLE color: 12413672.
HSL color Cylindrical-coordinate representation of color #E86ABD: hue angle of 320.48º 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 #E86ABD is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 189 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.09 |
| HSL | 320.48º | 0.73% | 0.66% | - |
| HSV(B) | 320.48º | 0.54% | 0.91% | - |
| XYZ | 47.62 | 31.14 | 51.64 | - |
| YUV | 153.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 189 | 0 | 0.54 | 0.19 | 0.09 | 320.48 | 0.73 | 0.66 |
| Hex | E8 | 6A | BD | 0 | 36 | 13 | 9 | 140 | 49 | 42 |
| Octal | 350 | 152 | 275 | 0 | 66 | 23 | 11 | 500 | 111 | 102 |
| Binary | 11101000 | 1101010 | 10111101 | 0 | 110110 | 10011 | 1001 | 101000000 | 1001001 | 1000010 |
Color Harmonies of #E86ABD
Complementary color
Monochromatic Colors of #E86ABD
Black with #E86ABD
Text Example
Text Example
White with #E86ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ABD; }
p { color: rgb(232,106,189); }
H1.HeaderClassName
{
color: #E86ABD;
}
.AnyTagClassName
{
color: #E86ABD;
}
</style>
background-color css
<style>
a { background-color: #E86ABD; }
a { background-color: rgb(232,106,189); }
div.DivClassName
{
background-color: #E86ABD;
}
.BgClassName
{
background-color: #E86ABD;
}
</style>
border-color css
<style>
span { border-color: #E86ABD; }
span { border-color: rgb(232,106,189); }
td.TdClassName
{
border-color: #E86ABD;
}
.TagClassName
{
border-color: #E86ABD;
}
</style>