#EA8972

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

Shades of New York Pink #EA8972

Tints of New York Pink #EA8972

Color information

#EA8972 (or 0xEA8972) is unknown color: approx New York Pink. HEX triplet: EA, 89 and 72. RGB value is (234,137,114). Sum of RGB (Red+Green+Blue) = 234+137+114=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8972 is #15768D. Grayscale: #A3A3A3. Windows color (decimal): -1406606 or 7506410. OLE color: 7506410.

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

Color convert

RGB234137114-
CMYK00.410.510.08
HSL11.5º74.07%68.24%-
HSV(B)11.5º51.28%91.76%-
XYZ45.9136.620.56-
YUV163.38100.14178.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=48.25%
G=28.25%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413711400.410.510.0811.574.0768.24
HexEA8972029338c4a44
Octal352211162051631014112104
Binary1110101010001001111001001010011100111000110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8972; }

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

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

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

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

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

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

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

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