#E48479

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

Shades of New York Pink #E48479

Tints of New York Pink #E48479

Color information

#E48479 (or 0xE48479) is unknown color: approx New York Pink. HEX triplet: E4, 84 and 79. RGB value is (228,132,121). Sum of RGB (Red+Green+Blue) = 228+132+121=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E48479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48479 is #1B7B86. Grayscale: #9F9F9F. Windows color (decimal): -1801095 or 7963876. OLE color: 7963876.

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

Color convert

RGB228132121-
CMYK00.420.470.11
HSL6.17º66.46%68.43%-
HSV(B)6.17º46.93%89.41%-
XYZ43.734.3822.42-
YUV159.45106.3176.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.40%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=47.40%
G=27.44%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813212100.420.470.116.1766.4668.43
HexE4847902A2FB64244
Octal34420417105257136102104
Binary111001001000010011110010101010101111101111010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48479; }

 p { color: rgb(228,132,121); }

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

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

 a { background-color: rgb(228,132,121); }

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

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

 span { border-color: rgb(228,132,121); }

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