#E169BE

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

Shades of Neon Pink #E169BE

Tints of Neon Pink #E169BE

Color information

#E169BE (or 0xE169BE) is unknown color: approx Neon Pink. HEX triplet: E1, 69 and BE. RGB value is (225,105,190). Sum of RGB (Red+Green+Blue) = 225+105+190=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E169BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169BE is #1E9641. Grayscale: #969696. Windows color (decimal): -2004546 or 12478945. OLE color: 12478945.

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

Color convert

RGB225105190-
CMYK00.530.160.12
HSL317.5º66.67%64.71%-
HSV(B)317.5º53.33%88.24%-
XYZ45.429.8352.08-
YUV150.57150.26181.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 105 (41.41% from 255) = 20.19%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=43.27%
G=20.19%
B=36.54%

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
Decimal22510519000.530.160.12317.566.6764.71
HexE169BE03510C13e4341
Octal3411512760652014476103101
Binary11100001110100110111110011010110000110010011111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169BE; }

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

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

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

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

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

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

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

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