Shades of Neon Pink #E85ABD
Tints of Neon Pink #E85ABD
RGB
CMYK
RGB Variations
Color information
#E85ABD (or 0xE85ABD) is known color: Neon Pink. HEX triplet: E8, 5A and BD. RGB value is (232,90,189). Sum of RGB (Red+Green+Blue) = 232+90+189=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ABD is #17A542. Grayscale: #8F8F8F. Windows color (decimal): -1549635 or 12409576. OLE color: 12409576.
HSL color Cylindrical-coordinate representation of color #E85ABD: hue angle of 318.17º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85ABD is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 189 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.09 |
| HSL | 318.17º | 0.76% | 0.63% | - |
| HSV(B) | 318.17º | 0.61% | 0.91% | - |
| XYZ | 46.12 | 28.14 | 51.15 | - |
| YUV | 143.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 189 | 0 | 0.61 | 0.19 | 0.09 | 318.17 | 0.76 | 0.63 |
| Hex | E8 | 5A | BD | 0 | 3D | 13 | 9 | 13E | 4C | 3F |
| Octal | 350 | 132 | 275 | 0 | 75 | 23 | 11 | 476 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10111101 | 0 | 111101 | 10011 | 1001 | 100111110 | 1001100 | 111111 |
Color Harmonies of #E85ABD
Complementary color
Monochromatic Colors of #E85ABD
Black with #E85ABD
Text Example
Text Example
White with #E85ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85ABD; }
p { color: rgb(232,90,189); }
H1.HeaderClassName
{
color: #E85ABD;
}
.AnyTagClassName
{
color: #E85ABD;
}
</style>
background-color css
<style>
a { background-color: #E85ABD; }
a { background-color: rgb(232,90,189); }
div.DivClassName
{
background-color: #E85ABD;
}
.BgClassName
{
background-color: #E85ABD;
}
</style>
border-color css
<style>
span { border-color: #E85ABD; }
span { border-color: rgb(232,90,189); }
td.TdClassName
{
border-color: #E85ABD;
}
.TagClassName
{
border-color: #E85ABD;
}
</style>