Shades of Neon Pink #E85DBF
Tints of Neon Pink #E85DBF
RGB
CMYK
RGB Variations
Color information
#E85DBF (or 0xE85DBF) is known color: Neon Pink. HEX triplet: E8, 5D and BF. RGB value is (232,93,191). Sum of RGB (Red+Green+Blue) = 232+93+191=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DBF is #17A240. Grayscale: #919191. Windows color (decimal): -1548865 or 12541416. OLE color: 12541416.
HSL color Cylindrical-coordinate representation of color #E85DBF: hue angle of 317.7º 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 #E85DBF is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 191 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.09 |
| HSL | 317.7º | 0.75% | 0.64% | - |
| HSV(B) | 317.7º | 0.6% | 0.91% | - |
| XYZ | 46.6 | 28.75 | 52.38 | - |
| YUV | 145.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 191 | 0 | 0.60 | 0.18 | 0.09 | 317.7 | 0.75 | 0.64 |
| Hex | E8 | 5D | BF | 0 | 3C | 12 | 9 | 13E | 4B | 40 |
| Octal | 350 | 135 | 277 | 0 | 74 | 22 | 11 | 476 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10111111 | 0 | 111100 | 10010 | 1001 | 100111110 | 1001011 | 1000000 |
Color Harmonies of #E85DBF
Complementary color
Monochromatic Colors of #E85DBF
Black with #E85DBF
Text Example
Text Example
White with #E85DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DBF; }
p { color: rgb(232,93,191); }
H1.HeaderClassName
{
color: #E85DBF;
}
.AnyTagClassName
{
color: #E85DBF;
}
</style>
background-color css
<style>
a { background-color: #E85DBF; }
a { background-color: rgb(232,93,191); }
div.DivClassName
{
background-color: #E85DBF;
}
.BgClassName
{
background-color: #E85DBF;
}
</style>
border-color css
<style>
span { border-color: #E85DBF; }
span { border-color: rgb(232,93,191); }
td.TdClassName
{
border-color: #E85DBF;
}
.TagClassName
{
border-color: #E85DBF;
}
</style>