#E16ABD

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

Shades of Neon Pink #E16ABD

Tints of Neon Pink #E16ABD

Color information

#E16ABD (or 0xE16ABD) is unknown color: approx Neon Pink. HEX triplet: E1, 6A and BD. RGB value is (225,106,189). Sum of RGB (Red+Green+Blue) = 225+106+189=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ABD is #1E9542. Grayscale: #969696. Windows color (decimal): -2004291 or 12413665. OLE color: 12413665.

HSL color Cylindrical-coordinate representation of color #E16ABD: hue angle of 318.15º 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 #E16ABD is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225106189-
CMYK00.530.160.12
HSL318.15º66.48%64.9%-
HSV(B)318.15º52.89%88.24%-
XYZ45.3929.9951.54-
YUV151.04149.42180.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 106 (41.80% from 255) = 20.38%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=43.27%
G=20.38%
B=36.35%

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
Decimal22510618900.530.160.12318.1566.4864.9
HexE16ABD03510C13e4241
Octal3411522750652014476102101
Binary11100001110101010111101011010110000110010011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16ABD; }

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

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

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

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

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

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

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

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