#E58A75

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

Shades of New York Pink #E58A75

Tints of New York Pink #E58A75

Color information

#E58A75 (or 0xE58A75) is unknown color: approx New York Pink. HEX triplet: E5, 8A and 75. RGB value is (229,138,117). Sum of RGB (Red+Green+Blue) = 229+138+117=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A75 is #1A758A. Grayscale: #A2A2A2. Windows color (decimal): -1734027 or 7703269. OLE color: 7703269.

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

Color convert

RGB229138117-
CMYK00.400.490.10
HSL11.25º68.29%67.84%-
HSV(B)11.25º48.91%89.8%-
XYZ44.6136.1221.45-
YUV162.82102.15175.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=47.31%
G=28.51%
B=24.17%

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
Decimal22913811700.400.490.1011.2568.2967.84
HexE58A7502831Ab4444
Octal345212165050611213104104
Binary1110010110001010111010101010001100011010101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A75; }

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

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

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

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

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

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

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

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