#E165BB

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

Shades of Neon Pink #E165BB

Tints of Neon Pink #E165BB

Color information

#E165BB (or 0xE165BB) is unknown color: approx Neon Pink. HEX triplet: E1, 65 and BB. RGB value is (225,101,187). Sum of RGB (Red+Green+Blue) = 225+101+187=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E165BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165BB is #1E9A44. Grayscale: #939393. Windows color (decimal): -2005573 or 12281313. OLE color: 12281313.

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

Color convert

RGB225101187-
CMYK00.550.170.12
HSL318.39º67.39%63.92%-
HSV(B)318.39º55.11%88.24%-
XYZ44.6728.950.24-
YUV147.88150.08183.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=43.86%
G=19.69%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510118700.550.170.12318.3967.3963.92
HexE165BB03711C13e4340
Octal3411452730672114476103100
Binary11100001110010110111011011011110001110010011111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E165BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E165BB; }

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

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

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

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

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

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

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

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