#E58474

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

Shades of New York Pink #E58474

Tints of New York Pink #E58474

Color information

#E58474 (or 0xE58474) is unknown color: approx New York Pink. HEX triplet: E5, 84 and 74. RGB value is (229,132,116). Sum of RGB (Red+Green+Blue) = 229+132+116=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E58474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58474 is #1A7B8B. Grayscale: #9F9F9F. Windows color (decimal): -1735564 or 7636197. OLE color: 7636197.

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

Color convert

RGB229132116-
CMYK00.420.490.10
HSL8.5º68.48%67.65%-
HSV(B)8.5º49.34%89.8%-
XYZ43.7234.4220.86-
YUV159.18103.64177.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.01%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=48.01%
G=27.67%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913211600.420.490.108.568.4867.65
HexE5847402A31A84444
Octal345204164052611210104104
Binary1110010110000100111010001010101100011010100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58474; }

 p { color: rgb(229,132,116); }

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

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

 a { background-color: rgb(229,132,116); }

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

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

 span { border-color: rgb(229,132,116); }

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