#E57F69

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

Shades of New York Pink #E57F69

Tints of New York Pink #E57F69

Color information

#E57F69 (or 0xE57F69) is unknown color: approx New York Pink. HEX triplet: E5, 7F and 69. RGB value is (229,127,105). Sum of RGB (Red+Green+Blue) = 229+127+105=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57F69 is #1A8096. Grayscale: #9B9B9B. Windows color (decimal): -1736855 or 6914021. OLE color: 6914021.

HSL color Cylindrical-coordinate representation of color #E57F69: hue angle of 10.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E57F69 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB229127105-
CMYK00.450.540.10
HSL10.65º70.45%65.49%-
HSV(B)10.65º54.15%89.8%-
XYZ42.4532.8617.47-
YUV154.9999.79180.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=49.67%
G=27.55%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912710500.450.540.1010.6570.4565.49
HexE57F6902D36Ab4641
Octal345177151055661213106101
Binary111001011111111110100101011011101101010101110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57F69; }

 p { color: rgb(229,127,105); }

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

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

 a { background-color: rgb(229,127,105); }

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

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

 span { border-color: rgb(229,127,105); }

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