#E58674

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

Shades of New York Pink #E58674

Tints of New York Pink #E58674

Color information

#E58674 (or 0xE58674) is unknown color: approx New York Pink. HEX triplet: E5, 86 and 74. RGB value is (229,134,116). Sum of RGB (Red+Green+Blue) = 229+134+116=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E58674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58674 is #1A798B. Grayscale: #A0A0A0. Windows color (decimal): -1735052 or 7636709. OLE color: 7636709.

HSL color Cylindrical-coordinate representation of color #E58674: hue angle of 9.56º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E58674 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB229134116-
CMYK00.410.490.10
HSL9.56º68.48%67.65%-
HSV(B)9.56º49.34%89.8%-
XYZ43.9934.9720.95-
YUV160.35102.97176.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.81%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=47.81%
G=27.97%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913411600.410.490.109.5668.4867.65
HexE5867402931Aa4444
Octal345206164051611212104104
Binary1110010110000110111010001010011100011010101010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58674; }

 p { color: rgb(229,134,116); }

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

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

 a { background-color: rgb(229,134,116); }

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

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

 span { border-color: rgb(229,134,116); }

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