#E18670

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

Shades of New York Pink #E18670

Tints of New York Pink #E18670

Color information

#E18670 (or 0xE18670) is unknown color: approx New York Pink. HEX triplet: E1, 86 and 70. RGB value is (225,134,112). Sum of RGB (Red+Green+Blue) = 225+134+112=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E18670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18670 is #1E798F. Grayscale: #9E9E9E. Windows color (decimal): -1997200 or 7374561. OLE color: 7374561.

HSL color Cylindrical-coordinate representation of color #E18670: hue angle of 11.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E18670 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225134112-
CMYK00.400.500.12
HSL11.68º65.32%66.08%-
HSV(B)11.68º50.22%88.24%-
XYZ42.534.2319.7-
YUV158.7101.65175.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=47.77%
G=28.45%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513411200.400.500.1211.6865.3266.08
HexE1867002832Cc4142
Octal341206160050621414101102
Binary1110000110000110111000001010001100101100110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18670; }

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

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

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

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

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

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

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

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