#E18677

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

Shades of New York Pink #E18677

Tints of New York Pink #E18677

Color information

#E18677 (or 0xE18677) is unknown color: approx New York Pink. HEX triplet: E1, 86 and 77. RGB value is (225,134,119). Sum of RGB (Red+Green+Blue) = 225+134+119=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E18677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18677 is #1E7988. Grayscale: #9F9F9F. Windows color (decimal): -1997193 or 7833313. OLE color: 7833313.

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

Color convert

RGB225134119-
CMYK00.400.470.12
HSL8.49º63.86%67.45%-
HSV(B)8.49º47.11%88.24%-
XYZ42.9134.3921.83-
YUV159.5105.15174.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=47.07%
G=28.03%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513411900.400.470.128.4963.8667.45
HexE186770282FC84043
Octal341206167050571410100103
Binary1110000110000110111011101010001011111100100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18677; }

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

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

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

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

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

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

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

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