#E78675

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

Shades of New York Pink #E78675

Tints of New York Pink #E78675

Color information

#E78675 (or 0xE78675) is unknown color: approx New York Pink. HEX triplet: E7, 86 and 75. RGB value is (231,134,117). Sum of RGB (Red+Green+Blue) = 231+134+117=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E78675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78675 is #18798A. Grayscale: #A1A1A1. Windows color (decimal): -1603979 or 7702247. OLE color: 7702247.

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

Color convert

RGB231134117-
CMYK00.420.490.09
HSL8.95º70.37%68.24%-
HSV(B)8.95º49.35%90.59%-
XYZ44.6935.3221.29-
YUV161.06103.14177.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=47.93%
G=27.80%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113411700.420.490.098.9570.3768.24
HexE7867502A31994644
Octal347206165052611111106104
Binary1110011110000110111010101010101100011001100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78675; }

 p { color: rgb(231,134,117); }

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

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

 a { background-color: rgb(231,134,117); }

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

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

 span { border-color: rgb(231,134,117); }

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