#E48072

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

Shades of New York Pink #E48072

Tints of New York Pink #E48072

Color information

#E48072 (or 0xE48072) is unknown color: approx New York Pink. HEX triplet: E4, 80 and 72. RGB value is (228,128,114). Sum of RGB (Red+Green+Blue) = 228+128+114=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E48072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48072 is #1B7F8D. Grayscale: #9C9C9C. Windows color (decimal): -1802126 or 7504100. OLE color: 7504100.

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

Color convert

RGB228128114-
CMYK00.440.500.11
HSL7.37º67.86%67.06%-
HSV(B)7.37º50%89.41%-
XYZ42.7533.1520.06-
YUV156.3104.13179.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.51%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=48.51%
G=27.23%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812811400.440.500.117.3767.8667.06
HexE4807202C32B74443
Octal34420016205462137104103
Binary111001001000000011100100101100110010101111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48072; }

 p { color: rgb(228,128,114); }

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

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

 a { background-color: rgb(228,128,114); }

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

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

 span { border-color: rgb(228,128,114); }

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