#E58478

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

Shades of New York Pink #E58478

Tints of New York Pink #E58478

Color information

#E58478 (or 0xE58478) is unknown color: approx New York Pink. HEX triplet: E5, 84 and 78. RGB value is (229,132,120). Sum of RGB (Red+Green+Blue) = 229+132+120=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E58478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58478 is #1A7B87. Grayscale: #9F9F9F. Windows color (decimal): -1735560 or 7898341. OLE color: 7898341.

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

Color convert

RGB229132120-
CMYK00.420.480.10
HSL6.61º67.7%68.43%-
HSV(B)6.61º47.6%89.8%-
XYZ43.9534.5222.12-
YUV159.64105.64177.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.61%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=47.61%
G=27.44%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913212000.420.480.106.6167.768.43
HexE5847802A30A74444
Octal34520417005260127104104
Binary111001011000010011110000101010110000101011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58478; }

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

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

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

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

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

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

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

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