#E58578

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

Shades of New York Pink #E58578

Tints of New York Pink #E58578

Color information

#E58578 (or 0xE58578) is unknown color: approx New York Pink. HEX triplet: E5, 85 and 78. RGB value is (229,133,120). Sum of RGB (Red+Green+Blue) = 229+133+120=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E58578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58578 is #1A7A87. Grayscale: #A0A0A0. Windows color (decimal): -1735304 or 7898597. OLE color: 7898597.

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

Color convert

RGB229133120-
CMYK00.420.480.10
HSL7.16º67.7%68.43%-
HSV(B)7.16º47.6%89.8%-
XYZ44.0934.7922.16-
YUV160.22105.3177.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=47.51%
G=27.59%
B=24.90%

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
Decimal22913312000.420.480.107.1667.768.43
HexE5857802A30A74444
Octal34520517005260127104104
Binary111001011000010111110000101010110000101011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58578; }

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

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

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

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

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

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

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

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