#E58A76

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

Shades of New York Pink #E58A76

Tints of New York Pink #E58A76

Color information

#E58A76 (or 0xE58A76) is unknown color: approx New York Pink. HEX triplet: E5, 8A and 76. RGB value is (229,138,118). Sum of RGB (Red+Green+Blue) = 229+138+118=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A76 is #1A7589. Grayscale: #A3A3A3. Windows color (decimal): -1734026 or 7768805. OLE color: 7768805.

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

Color convert

RGB229138118-
CMYK00.400.480.10
HSL10.81º68.1%68.04%-
HSV(B)10.81º48.47%89.8%-
XYZ44.6736.1421.76-
YUV162.93102.65175.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=47.22%
G=28.45%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913811800.400.480.1010.8168.168.04
HexE58A7602830Ab4444
Octal345212166050601213104104
Binary1110010110001010111011001010001100001010101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A76; }

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

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

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

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

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

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

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

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