#EA897A

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

Shades of New York Pink #EA897A

Tints of New York Pink #EA897A

Color information

#EA897A (or 0xEA897A) is unknown color: approx New York Pink. HEX triplet: EA, 89 and 7A. RGB value is (234,137,122). Sum of RGB (Red+Green+Blue) = 234+137+122=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA897A is #157685. Grayscale: #A4A4A4. Windows color (decimal): -1406598 or 8030698. OLE color: 8030698.

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

Color convert

RGB234137122-
CMYK00.410.480.08
HSL8.04º72.73%69.8%-
HSV(B)8.04º47.86%91.76%-
XYZ46.3936.7923.07-
YUV164.29104.14177.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=47.46%
G=27.79%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413712200.410.480.088.0472.7369.8
HexEA897A02930884946
Octal352211172051601010111106
Binary1110101010001001111101001010011100001000100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA897A; }

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

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

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

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

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

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

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

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