#e48674

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

Shades of New York Pink #E48674

Tints of New York Pink #E48674

Color information

#E48674 (or 0xE48674) is unknown color: approx New York Pink. HEX triplet: E4, 86 and 74. RGB value is (228,134,116). Sum of RGB (Red+Green+Blue) = 228+134+116=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E48674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48674 is #1B798B. Grayscale: #A0A0A0. Windows color (decimal): -1800588 or 7636708. OLE color: 7636708.

HSL color Cylindrical-coordinate representation of color #E48674: hue angle of 9.64º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E48674 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB228134116-
CMYK00.410.490.11
HSL9.64º67.47%67.45%-
HSV(B)9.64º49.12%89.41%-
XYZ43.6734.8120.94-
YUV160.05103.14176.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.70%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=47.70%
G=28.03%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813411600.410.490.119.6467.4767.45
HexE4867402931Ba4343
Octal344206164051611312103103
Binary1110010010000110111010001010011100011011101010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e48674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e48674; }

 p { color: rgb(228,134,116); }

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

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

 a { background-color: rgb(228,134,116); }

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

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

 span { border-color: rgb(228,134,116); }

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