#E78771

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

Shades of New York Pink #E78771

Tints of New York Pink #E78771

Color information

#E78771 (or 0xE78771) is unknown color: approx New York Pink. HEX triplet: E7, 87 and 71. RGB value is (231,135,113). Sum of RGB (Red+Green+Blue) = 231+135+113=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E78771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78771 is #18788E. Grayscale: #A1A1A1. Windows color (decimal): -1603727 or 7440359. OLE color: 7440359.

HSL color Cylindrical-coordinate representation of color #E78771: hue angle of 11.19º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E78771 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231135113-
CMYK00.420.510.09
HSL11.19º71.08%67.45%-
HSV(B)11.19º51.08%90.59%-
XYZ44.635.5120.13-
YUV161.2100.8177.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=48.23%
G=28.18%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113511300.420.510.0911.1971.0867.45
HexE7877102A339b4743
Octal347207161052631113107103
Binary1110011110000111111000101010101100111001101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78771; }

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

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

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

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

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

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

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

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