#E48975

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

Shades of New York Pink #E48975

Tints of New York Pink #E48975

Color information

#E48975 (or 0xE48975) is unknown color: approx New York Pink. HEX triplet: E4, 89 and 75. RGB value is (228,137,117). Sum of RGB (Red+Green+Blue) = 228+137+117=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E48975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48975 is #1B768A. Grayscale: #A2A2A2. Windows color (decimal): -1799819 or 7703012. OLE color: 7703012.

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

Color convert

RGB228137117-
CMYK00.400.490.11
HSL10.81º67.27%67.65%-
HSV(B)10.81º48.68%89.41%-
XYZ44.1535.6721.39-
YUV161.93102.65175.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.30%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=47.30%
G=28.42%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813711700.400.490.1110.8167.2767.65
HexE4897502831Bb4344
Octal344211165050611313103104
Binary1110010010001001111010101010001100011011101110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48975; }

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

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

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

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

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

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

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

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