Shades of Neon Pink #E85DBE
Tints of Neon Pink #E85DBE
RGB
CMYK
RGB Variations
Color information
#E85DBE (or 0xE85DBE) is known color: Neon Pink. HEX triplet: E8, 5D and BE. RGB value is (232,93,190). Sum of RGB (Red+Green+Blue) = 232+93+190=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DBE is #17A241. Grayscale: #919191. Windows color (decimal): -1548866 or 12475880. OLE color: 12475880.
HSL color Cylindrical-coordinate representation of color #E85DBE: hue angle of 318.13º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DBE is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 190 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.09 |
| HSL | 318.13º | 0.75% | 0.64% | - |
| HSV(B) | 318.13º | 0.6% | 0.91% | - |
| XYZ | 46.49 | 28.7 | 51.81 | - |
| YUV | 145.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 190 | 0 | 0.60 | 0.18 | 0.09 | 318.13 | 0.75 | 0.64 |
| Hex | E8 | 5D | BE | 0 | 3C | 12 | 9 | 13E | 4B | 40 |
| Octal | 350 | 135 | 276 | 0 | 74 | 22 | 11 | 476 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10111110 | 0 | 111100 | 10010 | 1001 | 100111110 | 1001011 | 1000000 |
Color Harmonies of #E85DBE
Complementary color
Monochromatic Colors of #E85DBE
Black with #E85DBE
Text Example
Text Example
White with #E85DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DBE; }
p { color: rgb(232,93,190); }
H1.HeaderClassName
{
color: #E85DBE;
}
.AnyTagClassName
{
color: #E85DBE;
}
</style>
background-color css
<style>
a { background-color: #E85DBE; }
a { background-color: rgb(232,93,190); }
div.DivClassName
{
background-color: #E85DBE;
}
.BgClassName
{
background-color: #E85DBE;
}
</style>
border-color css
<style>
span { border-color: #E85DBE; }
span { border-color: rgb(232,93,190); }
td.TdClassName
{
border-color: #E85DBE;
}
.TagClassName
{
border-color: #E85DBE;
}
</style>