#e58b7c

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

Shades of New York Pink #E58B7C

Tints of New York Pink #E58B7C

Color information

#E58B7C (or 0xE58B7C) is unknown color: approx New York Pink. HEX triplet: E5, 8B and 7C. RGB value is (229,139,124). Sum of RGB (Red+Green+Blue) = 229+139+124=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B7C is #1A7483. Grayscale: #A4A4A4. Windows color (decimal): -1733764 or 8162277. OLE color: 8162277.

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

Color convert

RGB229139124-
CMYK00.390.460.10
HSL8.57º66.88%69.22%-
HSV(B)8.57º45.85%89.8%-
XYZ45.1836.5823.75-
YUV164.2105.32174.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=46.54%
G=28.25%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913912400.390.460.108.5766.8869.22
HexE58B7C0272EA94345
Octal345213174047561211103105
Binary1110010110001011111110001001111011101010100110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e58b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e58b7c; }

 p { color: rgb(229,139,124); }

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

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

 a { background-color: rgb(229,139,124); }

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

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

 span { border-color: rgb(229,139,124); }

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