#E08576

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

Shades of New York Pink #E08576

Tints of New York Pink #E08576

Color information

#E08576 (or 0xE08576) is unknown color: approx New York Pink. HEX triplet: E0, 85 and 76. RGB value is (224,133,118). Sum of RGB (Red+Green+Blue) = 224+133+118=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E08576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08576 is #1F7A89. Grayscale: #9E9E9E. Windows color (decimal): -2062986 or 7767520. OLE color: 7767520.

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

Color convert

RGB224133118-
CMYK00.410.470.12
HSL8.49º63.1%67.06%-
HSV(B)8.49º47.32%87.84%-
XYZ42.433.9321.45-
YUV158.5105.15174.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=47.16%
G=28%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413311800.410.470.128.4963.167.06
HexE085760292FC83f43
Octal34020516605157141077103
Binary111000001000010111101100101001101111110010001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08576; }

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

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

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

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

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

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

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

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