#E16ABE

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

Shades of Neon Pink #E16ABE

Tints of Neon Pink #E16ABE

Color information

#E16ABE (or 0xE16ABE) is unknown color: approx Neon Pink. HEX triplet: E1, 6A and BE. RGB value is (225,106,190). Sum of RGB (Red+Green+Blue) = 225+106+190=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ABE is #1E9541. Grayscale: #969696. Windows color (decimal): -2004290 or 12479201. OLE color: 12479201.

HSL color Cylindrical-coordinate representation of color #E16ABE: hue angle of 317.65º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16ABE is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225106190-
CMYK00.530.160.12
HSL317.65º66.48%64.9%-
HSV(B)317.65º52.89%88.24%-
XYZ45.530.0352.11-
YUV151.16149.92180.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=43.19%
G=20.35%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510619000.530.160.12317.6566.4864.9
HexE16ABE03510C13e4241
Octal3411522760652014476102101
Binary11100001110101010111110011010110000110010011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16ABE; }

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

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

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

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

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

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

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

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