#E164BA

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

Shades of Neon Pink #E164BA

Tints of Neon Pink #E164BA

Color information

#E164BA (or 0xE164BA) is unknown color: approx Neon Pink. HEX triplet: E1, 64 and BA. RGB value is (225,100,186). Sum of RGB (Red+Green+Blue) = 225+100+186=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E164BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164BA is #1E9B45. Grayscale: #929292. Windows color (decimal): -2005830 or 12215521. OLE color: 12215521.

HSL color Cylindrical-coordinate representation of color #E164BA: hue angle of 318.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E164BA is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225100186-
CMYK00.560.170.12
HSL318.72º67.57%63.73%-
HSV(B)318.72º55.56%88.24%-
XYZ44.4728.6749.64-
YUV147.18149.91183.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=44.03%
G=19.57%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510018600.560.170.12318.7267.5763.73
HexE164BA03811C13f4440
Octal3411442720702114477104100
Binary11100001110010010111010011100010001110010011111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164BA; }

 p { color: rgb(225,100,186); }

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

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

 a { background-color: rgb(225,100,186); }

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

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

 span { border-color: rgb(225,100,186); }

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