#E08579

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

Shades of New York Pink #E08579

Tints of New York Pink #E08579

Color information

#E08579 (or 0xE08579) is unknown color: approx New York Pink. HEX triplet: E0, 85 and 79. RGB value is (224,133,121). Sum of RGB (Red+Green+Blue) = 224+133+121=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E08579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08579 is #1F7A86. Grayscale: #9E9E9E. Windows color (decimal): -2062983 or 7964128. OLE color: 7964128.

HSL color Cylindrical-coordinate representation of color #E08579: hue angle of 6.99º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E08579 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224133121-
CMYK00.410.460.12
HSL6.99º62.42%67.65%-
HSV(B)6.99º45.98%87.84%-
XYZ42.583422.41-
YUV158.84106.65174.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=46.86%
G=27.82%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413312100.410.460.126.9962.4267.65
HexE085790292EC73e44
Octal3402051710515614776104
Binary11100000100001011111001010100110111011001111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08579; }

 p { color: rgb(224,133,121); }

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

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

 a { background-color: rgb(224,133,121); }

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

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

 span { border-color: rgb(224,133,121); }

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