#E78475

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

Shades of New York Pink #E78475

Tints of New York Pink #E78475

Color information

#E78475 (or 0xE78475) is unknown color: approx New York Pink. HEX triplet: E7, 84 and 75. RGB value is (231,132,117). Sum of RGB (Red+Green+Blue) = 231+132+117=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E78475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78475 is #187B8A. Grayscale: #A0A0A0. Windows color (decimal): -1604491 or 7701735. OLE color: 7701735.

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

Color convert

RGB231132117-
CMYK00.430.490.09
HSL7.89º70.37%68.24%-
HSV(B)7.89º49.35%90.59%-
XYZ44.4234.7821.2-
YUV159.89103.8178.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=48.12%
G=27.5%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113211700.430.490.097.8970.3768.24
HexE7847502B31984644
Octal347204165053611110106104
Binary1110011110000100111010101010111100011001100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78475; }

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

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

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

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

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

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

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

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