#E96ABE

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

Shades of Neon Pink #E96ABE

Tints of Neon Pink #E96ABE

Color information

#E96ABE (or 0xE96ABE) is unknown color: approx Neon Pink. HEX triplet: E9, 6A and BE. RGB value is (233,106,190). Sum of RGB (Red+Green+Blue) = 233+106+190=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ABE is #169541. Grayscale: #999999. Windows color (decimal): -1480002 or 12479209. OLE color: 12479209.

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

Color convert

RGB233106190-
CMYK00.550.180.09
HSL320.31º74.27%66.47%-
HSV(B)320.31º54.51%91.37%-
XYZ48.0531.3552.23-
YUV153.55148.58184.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.05%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=44.05%
G=20.04%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310619000.550.180.09320.3174.2766.47
HexE96ABE0371291404a42
Octal3511522760672211500112102
Binary11101001110101010111110011011110010100110100000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96ABE; }

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

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

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

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

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

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

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

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