#E78A71

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

Shades of New York Pink #E78A71

Tints of New York Pink #E78A71

Color information

#E78A71 (or 0xE78A71) is unknown color: approx New York Pink. HEX triplet: E7, 8A and 71. RGB value is (231,138,113). Sum of RGB (Red+Green+Blue) = 231+138+113=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78A71 is #18758E. Grayscale: #A3A3A3. Windows color (decimal): -1602959 or 7441127. OLE color: 7441127.

HSL color Cylindrical-coordinate representation of color #E78A71: hue angle of 12.71º 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 #E78A71 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231138113-
CMYK00.400.510.09
HSL12.71º71.08%67.45%-
HSV(B)12.71º51.08%90.59%-
XYZ45.0236.3620.27-
YUV162.9699.81176.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=47.93%
G=28.63%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113811300.400.510.0912.7171.0867.45
HexE78A71028339d4743
Octal347212161050631115107103
Binary1110011110001010111000101010001100111001110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78A71; }

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

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

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

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

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

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

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

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