#E18678

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

Shades of New York Pink #E18678

Tints of New York Pink #E18678

Color information

#E18678 (or 0xE18678) is unknown color: approx New York Pink. HEX triplet: E1, 86 and 78. RGB value is (225,134,120). Sum of RGB (Red+Green+Blue) = 225+134+120=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E18678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18678 is #1E7987. Grayscale: #9F9F9F. Windows color (decimal): -1997192 or 7898849. OLE color: 7898849.

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

Color convert

RGB225134120-
CMYK00.400.470.12
HSL63.64%67.65%-
HSV(B)46.67%88.24%-
XYZ42.9734.4122.15-
YUV159.61105.65174.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=46.97%
G=27.97%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513412000.400.470.12863.6467.65
HexE186780282FC84044
Octal341206170050571410100104
Binary1110000110000110111100001010001011111100100010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18678; }

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

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

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

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

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

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

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

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