#E18977

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

Shades of New York Pink #E18977

Tints of New York Pink #E18977

Color information

#E18977 (or 0xE18977) is unknown color: approx New York Pink. HEX triplet: E1, 89 and 77. RGB value is (225,137,119). Sum of RGB (Red+Green+Blue) = 225+137+119=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E18977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18977 is #1E7688. Grayscale: #A1A1A1. Windows color (decimal): -1996425 or 7834081. OLE color: 7834081.

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

Color convert

RGB225137119-
CMYK00.390.470.12
HSL10.19º63.86%67.45%-
HSV(B)10.19º47.11%88.24%-
XYZ43.3335.2321.97-
YUV161.26104.15173.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=46.78%
G=28.48%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513711900.390.470.1210.1963.8667.45
HexE189770272FCa4043
Octal341211167047571412100103
Binary1110000110001001111011101001111011111100101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18977; }

 p { color: rgb(225,137,119); }

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

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

 a { background-color: rgb(225,137,119); }

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

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

 span { border-color: rgb(225,137,119); }

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