#EA8470

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

Shades of New York Pink #EA8470

Tints of New York Pink #EA8470

Color information

#EA8470 (or 0xEA8470) is unknown color: approx New York Pink. HEX triplet: EA, 84 and 70. RGB value is (234,132,112). Sum of RGB (Red+Green+Blue) = 234+132+112=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8470 is #157B8F. Grayscale: #A0A0A0. Windows color (decimal): -1407888 or 7374058. OLE color: 7374058.

HSL color Cylindrical-coordinate representation of color #EA8470: hue angle of 9.84º 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 #EA8470 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234132112-
CMYK00.440.520.08
HSL9.84º74.39%67.84%-
HSV(B)9.84º52.14%91.76%-
XYZ45.1135.1619.74-
YUV160.22100.79180.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=48.95%
G=27.62%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413211200.440.520.089.8474.3967.84
HexEA847002C348a4a44
Octal352204160054641012112104
Binary1110101010000100111000001011001101001000101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8470; }

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

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

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

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

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

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

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

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