#E58571

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

Shades of New York Pink #E58571

Tints of New York Pink #E58571

Color information

#E58571 (or 0xE58571) is unknown color: approx New York Pink. HEX triplet: E5, 85 and 71. RGB value is (229,133,113). Sum of RGB (Red+Green+Blue) = 229+133+113=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E58571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58571 is #1A7A8E. Grayscale: #9F9F9F. Windows color (decimal): -1735311 or 7439845. OLE color: 7439845.

HSL color Cylindrical-coordinate representation of color #E58571: hue angle of 10.34º 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 #E58571 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB229133113-
CMYK00.420.510.10
HSL10.34º69.05%67.06%-
HSV(B)10.34º50.66%89.8%-
XYZ43.6834.6320-
YUV159.42101.8177.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.21%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=48.21%
G=28%
B=23.79%

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
Decimal22913311300.420.510.1010.3469.0567.06
HexE5857102A33Aa4543
Octal345205161052631212105103
Binary1110010110000101111000101010101100111010101010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58571; }

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

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

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

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

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

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

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

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