#E18775

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

Shades of New York Pink #E18775

Tints of New York Pink #E18775

Color information

#E18775 (or 0xE18775) is unknown color: approx New York Pink. HEX triplet: E1, 87 and 75. RGB value is (225,135,117). Sum of RGB (Red+Green+Blue) = 225+135+117=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E18775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18775 is #1E788A. Grayscale: #A0A0A0. Windows color (decimal): -1996939 or 7702497. OLE color: 7702497.

HSL color Cylindrical-coordinate representation of color #E18775: hue angle of 10º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E18775 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225135117-
CMYK00.40.480.12
HSL10º64.29%67.06%-
HSV(B)10º48%88.24%-
XYZ42.9334.6221.25-
YUV159.86103.82174.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 135 (53.12% from 255) = 28.30%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=47.17%
G=28.30%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513511700.40.480.121064.2967.06
HexE1877502830Ca4043
Octal341207165050601412100103
Binary1110000110000111111010101010001100001100101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18775; }

 p { color: rgb(225,135,117); }

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

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

 a { background-color: rgb(225,135,117); }

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

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

 span { border-color: rgb(225,135,117); }

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