#E169BB

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

Shades of Neon Pink #E169BB

Tints of Neon Pink #E169BB

Color information

#E169BB (or 0xE169BB) is unknown color: approx Neon Pink. HEX triplet: E1, 69 and BB. RGB value is (225,105,187). Sum of RGB (Red+Green+Blue) = 225+105+187=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E169BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169BB is #1E9644. Grayscale: #969696. Windows color (decimal): -2004549 or 12282337. OLE color: 12282337.

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

Color convert

RGB225105187-
CMYK00.530.170.12
HSL319º66.67%64.71%-
HSV(B)319º53.33%88.24%-
XYZ45.0729.750.37-
YUV150.23148.76181.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=43.52%
G=20.31%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510518700.530.170.1231966.6764.71
HexE169BB03511C13f4341
Octal3411512730652114477103101
Binary11100001110100110111011011010110001110010011111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169BB; }

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

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

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

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

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

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

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

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