#E18C75

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

Shades of New York Pink #E18C75

Tints of New York Pink #E18C75

Color information

#E18C75 (or 0xE18C75) is unknown color: approx New York Pink. HEX triplet: E1, 8C and 75. RGB value is (225,140,117). Sum of RGB (Red+Green+Blue) = 225+140+117=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C75 is #1E738A. Grayscale: #A2A2A2. Windows color (decimal): -1995659 or 7703777. OLE color: 7703777.

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

Color convert

RGB225140117-
CMYK00.380.480.12
HSL12.78º64.29%67.06%-
HSV(B)12.78º48%88.24%-
XYZ43.6436.0521.49-
YUV162.79102.16172.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=46.68%
G=29.05%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514011700.380.480.1212.7864.2967.06
HexE18C7502630Cd4043
Octal341214165046601415100103
Binary1110000110001100111010101001101100001100110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18C75; }

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

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

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

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

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

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

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

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