#E48675

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

Shades of New York Pink #E48675

Tints of New York Pink #E48675

Color information

#E48675 (or 0xE48675) is unknown color: approx New York Pink. HEX triplet: E4, 86 and 75. RGB value is (228,134,117). Sum of RGB (Red+Green+Blue) = 228+134+117=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E48675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48675 is #1B798A. Grayscale: #A0A0A0. Windows color (decimal): -1800587 or 7702244. OLE color: 7702244.

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

Color convert

RGB228134117-
CMYK00.410.490.11
HSL9.19º67.27%67.65%-
HSV(B)9.19º48.68%89.41%-
XYZ43.7334.8321.25-
YUV160.17103.64176.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.60%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=47.60%
G=27.97%
B=24.43%

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
Decimal22813411700.410.490.119.1967.2767.65
HexE4867502931B94344
Octal344206165051611311103104
Binary1110010010000110111010101010011100011011100110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48675; }

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

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

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

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

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

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

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

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