#E58471

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

Shades of New York Pink #E58471

Tints of New York Pink #E58471

Color information

#E58471 (or 0xE58471) is unknown color: approx New York Pink. HEX triplet: E5, 84 and 71. RGB value is (229,132,113). Sum of RGB (Red+Green+Blue) = 229+132+113=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E58471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58471 is #1A7B8E. Grayscale: #9F9F9F. Windows color (decimal): -1735567 or 7439589. OLE color: 7439589.

HSL color Cylindrical-coordinate representation of color #E58471: hue angle of 9.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E58471 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB229132113-
CMYK00.420.510.10
HSL9.83º69.05%67.06%-
HSV(B)9.83º50.66%89.8%-
XYZ43.5534.3519.96-
YUV158.84102.14178.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.31%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=48.31%
G=27.85%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913211300.420.510.109.8369.0567.06
HexE5847102A33Aa4543
Octal345204161052631212105103
Binary1110010110000100111000101010101100111010101010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58471; }

 p { color: rgb(229,132,113); }

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

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

 a { background-color: rgb(229,132,113); }

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

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

 span { border-color: rgb(229,132,113); }

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