#E18874

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

Shades of New York Pink #E18874

Tints of New York Pink #E18874

Color information

#E18874 (or 0xE18874) is unknown color: approx New York Pink. HEX triplet: E1, 88 and 74. RGB value is (225,136,116). Sum of RGB (Red+Green+Blue) = 225+136+116=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E18874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18874 is #1E778B. Grayscale: #A0A0A0. Windows color (decimal): -1996684 or 7637217. OLE color: 7637217.

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

Color convert

RGB225136116-
CMYK00.400.480.12
HSL11.01º64.5%66.86%-
HSV(B)11.01º48.44%88.24%-
XYZ43.0134.8820.99-
YUV160.33102.99174.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=47.17%
G=28.51%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513611600.400.480.1211.0164.566.86
HexE1887402830Cb4043
Octal341210164050601413100103
Binary1110000110001000111010001010001100001100101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18874; }

 p { color: rgb(225,136,116); }

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

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

 a { background-color: rgb(225,136,116); }

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

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

 span { border-color: rgb(225,136,116); }

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