#EA8970

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

Shades of New York Pink #EA8970

Tints of New York Pink #EA8970

Color information

#EA8970 (or 0xEA8970) is unknown color: approx New York Pink. HEX triplet: EA, 89 and 70. RGB value is (234,137,112). Sum of RGB (Red+Green+Blue) = 234+137+112=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8970 is #15768F. Grayscale: #A3A3A3. Windows color (decimal): -1406608 or 7375338. OLE color: 7375338.

HSL color Cylindrical-coordinate representation of color #EA8970: hue angle of 12.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA8970 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234137112-
CMYK00.410.520.08
HSL12.3º74.39%67.84%-
HSV(B)12.3º52.14%91.76%-
XYZ45.836.5519.97-
YUV163.1599.14178.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=48.45%
G=28.36%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413711200.410.520.0812.374.3967.84
HexEA8970029348c4a44
Octal352211160051641014112104
Binary1110101010001001111000001010011101001000110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8970; }

 p { color: rgb(234,137,112); }

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

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

 a { background-color: rgb(234,137,112); }

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

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

 span { border-color: rgb(234,137,112); }

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