#E18D78

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

Shades of New York Pink #E18D78

Tints of New York Pink #E18D78

Color information

#E18D78 (or 0xE18D78) is unknown color: approx New York Pink. HEX triplet: E1, 8D and 78. RGB value is (225,141,120). Sum of RGB (Red+Green+Blue) = 225+141+120=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D78 is #1E7287. Grayscale: #A3A3A3. Windows color (decimal): -1995400 or 7900641. OLE color: 7900641.

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

Color convert

RGB225141120-
CMYK00.370.470.12
HSL12º63.64%67.65%-
HSV(B)12º46.67%88.24%-
XYZ43.9736.4122.48-
YUV163.72103.33171.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=46.30%
G=29.01%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514112000.370.470.121263.6467.65
HexE18D780252FCc4044
Octal341215170045571414100104
Binary1110000110001101111100001001011011111100110010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D78; }

 p { color: rgb(225,141,120); }

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

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

 a { background-color: rgb(225,141,120); }

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

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

 span { border-color: rgb(225,141,120); }

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