#E86ABE

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

Shades of Neon Pink #E86ABE

Tints of Neon Pink #E86ABE

Color information

#E86ABE (or 0xE86ABE) is unknown color: approx Neon Pink. HEX triplet: E8, 6A and BE. RGB value is (232,106,190). Sum of RGB (Red+Green+Blue) = 232+106+190=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ABE is #179541. Grayscale: #999999. Windows color (decimal): -1545538 or 12479208. OLE color: 12479208.

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

Color convert

RGB232106190-
CMYK00.540.180.09
HSL320º73.26%66.27%-
HSV(B)320º54.31%90.98%-
XYZ47.7331.1852.22-
YUV153.25148.74184.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.94%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=43.94%
G=20.08%
B=35.98%

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
Decimal23210619000.540.180.0932073.2666.27
HexE86ABE0361291404942
Octal3501522760662211500111102
Binary11101000110101010111110011011010010100110100000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86ABE; }

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

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

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

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

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

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

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

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