#E08771

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

Shades of New York Pink #E08771

Tints of New York Pink #E08771

Color information

#E08771 (or 0xE08771) is unknown color: approx New York Pink. HEX triplet: E0, 87 and 71. RGB value is (224,135,113). Sum of RGB (Red+Green+Blue) = 224+135+113=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08771 is #1F788E. Grayscale: #9F9F9F. Windows color (decimal): -2062479 or 7440352. OLE color: 7440352.

HSL color Cylindrical-coordinate representation of color #E08771: hue angle of 11.89º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E08771 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224135113-
CMYK00.400.500.12
HSL11.89º64.16%66.08%-
HSV(B)11.89º49.55%87.84%-
XYZ42.3934.3720.02-
YUV159.1101.99174.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.46%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=47.46%
G=28.60%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413511300.400.500.1211.8964.1666.08
HexE0877102832Cc4042
Octal340207161050621414100102
Binary1110000010000111111000101010001100101100110010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08771; }

 p { color: rgb(224,135,113); }

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

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

 a { background-color: rgb(224,135,113); }

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

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

 span { border-color: rgb(224,135,113); }

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