#E18477

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

Shades of New York Pink #E18477

Tints of New York Pink #E18477

Color information

#E18477 (or 0xE18477) is unknown color: approx New York Pink. HEX triplet: E1, 84 and 77. RGB value is (225,132,119). Sum of RGB (Red+Green+Blue) = 225+132+119=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E18477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18477 is #1E7B88. Grayscale: #9E9E9E. Windows color (decimal): -1997705 or 7832801. OLE color: 7832801.

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

Color convert

RGB225132119-
CMYK00.410.470.12
HSL7.36º63.86%67.45%-
HSV(B)7.36º47.11%88.24%-
XYZ42.6333.8421.74-
YUV158.32105.81175.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 119 (46.88% from 255) = 25%
R=47.27%
G=27.73%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513211900.410.470.127.3663.8667.45
HexE184770292FC74043
Octal34120416705157147100103
Binary111000011000010011101110101001101111110011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18477; }

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

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

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

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

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

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

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

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