#E85EBF

Color #E85EBF Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #E85EBF

Tints of Neon Pink #E85EBF

Color information

#E85EBF (or 0xE85EBF) is unknown color: approx Neon Pink. HEX triplet: E8, 5E and BF. RGB value is (232,94,191). Sum of RGB (Red+Green+Blue) = 232+94+191=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85EBF is #17A140. Grayscale: #929292. Windows color (decimal): -1548609 or 12541672. OLE color: 12541672.

HSL color Cylindrical-coordinate representation of color #E85EBF: hue angle of 317.83º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85EBF is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23294191-
CMYK00.590.180.09
HSL317.83º75%63.92%-
HSV(B)317.83º59.48%90.98%-
XYZ46.6928.9252.41-
YUV146.32153.22189.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 44.87%
GREEN value IS 94 (37.11% from 255) = 18.18%
BLUE value IS 191 (75% from 255) = 36.94%
R=44.87%
G=18.18%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329419100.590.180.09317.837563.92
HexE85EBF03B12913e4b40
Octal3501362770732211476113100
Binary11101000101111010111111011101110010100110011111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85EBF; }

 p { color: rgb(232,94,191); }

 H1.HeaderClassName
 {
   color: #E85EBF;
 }
 .AnyTagClassName
 {
   color: #E85EBF;
 }
</style>
background-color css

<style>
 a { background-color: #E85EBF; }

 a { background-color: rgb(232,94,191); }

 div.DivClassName
 {
   background-color: #E85EBF;
 }
 .BgClassName
 {
   background-color: #E85EBF;
 }
</style>
border-color css

<style>
 span { border-color: #E85EBF; }

 span { border-color: rgb(232,94,191); }

 td.TdClassName
 {
   border-color: #E85EBF;
 }
 .TagClassName
 {
   border-color: #E85EBF;
 }
</style>