#E169BA

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

Shades of Neon Pink #E169BA

Tints of Neon Pink #E169BA

Color information

#E169BA (or 0xE169BA) is unknown color: approx Neon Pink. HEX triplet: E1, 69 and BA. RGB value is (225,105,186). Sum of RGB (Red+Green+Blue) = 225+105+186=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E169BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169BA is #1E9645. Grayscale: #959595. Windows color (decimal): -2004550 or 12216801. OLE color: 12216801.

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

Color convert

RGB225105186-
CMYK00.530.170.12
HSL319.5º66.67%64.71%-
HSV(B)319.5º53.33%88.24%-
XYZ44.9729.6649.81-
YUV150.11148.26181.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=43.60%
G=20.35%
B=36.05%

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
Decimal22510518600.530.170.12319.566.6764.71
HexE169BA03511C1404341
Octal3411512720652114500103101
Binary11100001110100110111010011010110001110010100000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169BA; }

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

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

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

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

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

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

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

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