#E18169

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

Shades of New York Pink #E18169

Tints of New York Pink #E18169

Color information

#E18169 (or 0xE18169) is unknown color: approx New York Pink. HEX triplet: E1, 81 and 69. RGB value is (225,129,105). Sum of RGB (Red+Green+Blue) = 225+129+105=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E18169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18169 is #1E7E96. Grayscale: #9B9B9B. Windows color (decimal): -1998487 or 6914529. OLE color: 6914529.

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

Color convert

RGB225129105-
CMYK00.430.530.12
HSL12º66.67%64.71%-
HSV(B)12º53.33%88.24%-
XYZ41.4532.7317.5-
YUV154.9799.8177.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=49.02%
G=28.10%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512910500.430.530.121266.6764.71
HexE1816902B35Cc4341
Octal341201151053651414103101
Binary1110000110000001110100101010111101011100110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18169; }

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

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

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

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

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

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

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

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