#E18470

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

Shades of New York Pink #E18470

Tints of New York Pink #E18470

Color information

#E18470 (or 0xE18470) is unknown color: approx New York Pink. HEX triplet: E1, 84 and 70. RGB value is (225,132,112). Sum of RGB (Red+Green+Blue) = 225+132+112=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E18470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18470 is #1E7B8F. Grayscale: #9D9D9D. Windows color (decimal): -1997712 or 7374049. OLE color: 7374049.

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

Color convert

RGB225132112-
CMYK00.410.500.12
HSL10.62º65.32%66.08%-
HSV(B)10.62º50.22%88.24%-
XYZ42.2333.6819.6-
YUV157.53102.31176.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=47.97%
G=28.14%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513211200.410.500.1210.6265.3266.08
HexE1847002932Cb4142
Octal341204160051621413101102
Binary1110000110000100111000001010011100101100101110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18470; }

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

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

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

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

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

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

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

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