#E164BB

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

Shades of Neon Pink #E164BB

Tints of Neon Pink #E164BB

Color information

#E164BB (or 0xE164BB) is unknown color: approx Neon Pink. HEX triplet: E1, 64 and BB. RGB value is (225,100,187). Sum of RGB (Red+Green+Blue) = 225+100+187=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E164BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164BB is #1E9B44. Grayscale: #939393. Windows color (decimal): -2005829 or 12281057. OLE color: 12281057.

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

Color convert

RGB225100187-
CMYK00.560.170.12
HSL318.24º67.57%63.73%-
HSV(B)318.24º55.56%88.24%-
XYZ44.5828.7150.21-
YUV147.29150.41183.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 100 (39.45% from 255) = 19.53%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=43.95%
G=19.53%
B=36.52%

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
Decimal22510018700.560.170.12318.2467.5763.73
HexE164BB03811C13e4440
Octal3411442730702114476104100
Binary11100001110010010111011011100010001110010011111010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164BB; }

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

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

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

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

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

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

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

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