#E48979

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

Shades of New York Pink #E48979

Tints of New York Pink #E48979

Color information

#E48979 (or 0xE48979) is unknown color: approx New York Pink. HEX triplet: E4, 89 and 79. RGB value is (228,137,121). Sum of RGB (Red+Green+Blue) = 228+137+121=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E48979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48979 is #1B7686. Grayscale: #A2A2A2. Windows color (decimal): -1799815 or 7965156. OLE color: 7965156.

HSL color Cylindrical-coordinate representation of color #E48979: hue angle of 8.97º 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 #E48979 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228137121-
CMYK00.400.470.11
HSL8.97º66.46%68.43%-
HSV(B)8.97º46.93%89.41%-
XYZ44.3935.7722.65-
YUV162.39104.65174.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.91%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=46.91%
G=28.19%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813712100.400.470.118.9766.4668.43
HexE489790282FB94244
Octal344211171050571311102104
Binary1110010010001001111100101010001011111011100110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48979; }

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

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

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

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

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

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

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

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