#E78371

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

Shades of New York Pink #E78371

Tints of New York Pink #E78371

Color information

#E78371 (or 0xE78371) is unknown color: approx New York Pink. HEX triplet: E7, 83 and 71. RGB value is (231,131,113). Sum of RGB (Red+Green+Blue) = 231+131+113=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E78371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78371 is #187C8E. Grayscale: #9F9F9F. Windows color (decimal): -1604751 or 7439335. OLE color: 7439335.

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

Color convert

RGB231131113-
CMYK00.430.510.09
HSL9.15º71.08%67.45%-
HSV(B)9.15º51.08%90.59%-
XYZ44.0534.4119.94-
YUV158.85102.13179.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=48.63%
G=27.58%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113111300.430.510.099.1571.0867.45
HexE7837102B33994743
Octal347203161053631111107103
Binary1110011110000011111000101010111100111001100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78371; }

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

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

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

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

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

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

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

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