#E86ABF

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

Shades of Neon Pink #E86ABF

Tints of Neon Pink #E86ABF

Color information

#E86ABF (or 0xE86ABF) is unknown color: approx Neon Pink. HEX triplet: E8, 6A and BF. RGB value is (232,106,191). Sum of RGB (Red+Green+Blue) = 232+106+191=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ABF is #179540. Grayscale: #999999. Windows color (decimal): -1545537 or 12544744. OLE color: 12544744.

HSL color Cylindrical-coordinate representation of color #E86ABF: hue angle of 319.52º 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 #E86ABF is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232106191-
CMYK00.540.180.09
HSL319.52º73.26%66.27%-
HSV(B)319.52º54.31%90.98%-
XYZ47.8431.2352.8-
YUV153.36149.24184.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.86%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 191 (75% from 255) = 36.11%
R=43.86%
G=20.04%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210619100.540.180.09319.5273.2666.27
HexE86ABF0361291404942
Octal3501522770662211500111102
Binary11101000110101010111111011011010010100110100000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86ABF; }

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

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

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

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

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

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

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

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