#E58975

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

Shades of New York Pink #E58975

Tints of New York Pink #E58975

Color information

#E58975 (or 0xE58975) is unknown color: approx New York Pink. HEX triplet: E5, 89 and 75. RGB value is (229,137,117). Sum of RGB (Red+Green+Blue) = 229+137+117=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E58975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58975 is #1A768A. Grayscale: #A2A2A2. Windows color (decimal): -1734283 or 7703013. OLE color: 7703013.

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

Color convert

RGB229137117-
CMYK00.400.490.10
HSL10.71º68.29%67.84%-
HSV(B)10.71º48.91%89.8%-
XYZ44.4735.8321.4-
YUV162.23102.48175.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=47.41%
G=28.36%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913711700.400.490.1010.7168.2967.84
HexE5897502831Ab4444
Octal345211165050611213104104
Binary1110010110001001111010101010001100011010101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58975; }

 p { color: rgb(229,137,117); }

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

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

 a { background-color: rgb(229,137,117); }

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

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

 span { border-color: rgb(229,137,117); }

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