#E48577

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

Shades of New York Pink #E48577

Tints of New York Pink #E48577

Color information

#E48577 (or 0xE48577) is unknown color: approx New York Pink. HEX triplet: E4, 85 and 77. RGB value is (228,133,119). Sum of RGB (Red+Green+Blue) = 228+133+119=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E48577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48577 is #1B7A88. Grayscale: #9F9F9F. Windows color (decimal): -1800841 or 7833060. OLE color: 7833060.

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

Color convert

RGB228133119-
CMYK00.420.480.11
HSL7.71º66.87%68.04%-
HSV(B)7.71º47.81%89.41%-
XYZ43.7134.621.83-
YUV159.81104.97176.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.5%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=47.5%
G=27.71%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813311900.420.480.117.7166.8768.04
HexE4857702A30B84344
Octal344205167052601310103104
Binary1110010010000101111011101010101100001011100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48577; }

 p { color: rgb(228,133,119); }

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

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

 a { background-color: rgb(228,133,119); }

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

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

 span { border-color: rgb(228,133,119); }

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