#E18C79

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

Shades of New York Pink #E18C79

Tints of New York Pink #E18C79

Color information

#E18C79 (or 0xE18C79) is unknown color: approx New York Pink. HEX triplet: E1, 8C and 79. RGB value is (225,140,121). Sum of RGB (Red+Green+Blue) = 225+140+121=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C79 is #1E7386. Grayscale: #A3A3A3. Windows color (decimal): -1995655 or 7965921. OLE color: 7965921.

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

Color convert

RGB225140121-
CMYK00.380.460.12
HSL10.96º63.41%67.84%-
HSV(B)10.96º46.22%88.24%-
XYZ43.8836.1422.75-
YUV163.25104.16172.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=46.30%
G=28.81%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514012100.380.460.1210.9663.4167.84
HexE18C790262ECb3f44
Octal34121417104656141377104
Binary111000011000110011110010100110101110110010111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18C79; }

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

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

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

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

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

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

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

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