#E18A79

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

Shades of New York Pink #E18A79

Tints of New York Pink #E18A79

Color information

#E18A79 (or 0xE18A79) is unknown color: approx New York Pink. HEX triplet: E1, 8A and 79. RGB value is (225,138,121). Sum of RGB (Red+Green+Blue) = 225+138+121=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A79 is #1E7586. Grayscale: #A2A2A2. Windows color (decimal): -1996167 or 7965409. OLE color: 7965409.

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

Color convert

RGB225138121-
CMYK00.390.460.12
HSL9.81º63.41%67.84%-
HSV(B)9.81º46.22%88.24%-
XYZ43.5935.5622.66-
YUV162.08104.82172.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 121 (47.66% from 255) = 25%
R=46.49%
G=28.51%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513812100.390.460.129.8163.4167.84
HexE18A790272ECa3f44
Octal34121217104756141277104
Binary111000011000101011110010100111101110110010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A79; }

 p { color: rgb(225,138,121); }

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

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

 a { background-color: rgb(225,138,121); }

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

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

 span { border-color: rgb(225,138,121); }

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