#EA887A

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

Shades of New York Pink #EA887A

Tints of New York Pink #EA887A

Color information

#EA887A (or 0xEA887A) is unknown color: approx New York Pink. HEX triplet: EA, 88 and 7A. RGB value is (234,136,122). Sum of RGB (Red+Green+Blue) = 234+136+122=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA887A is #157785. Grayscale: #A3A3A3. Windows color (decimal): -1406854 or 8030442. OLE color: 8030442.

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

Color convert

RGB234136122-
CMYK00.420.480.08
HSL7.5º72.73%69.8%-
HSV(B)7.5º47.86%91.76%-
XYZ46.2536.5123.02-
YUV163.71104.47178.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=47.56%
G=27.64%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413612200.420.480.087.572.7369.8
HexEA887A02A30884946
Octal352210172052601010111106
Binary1110101010001000111101001010101100001000100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA887A; }

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

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

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

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

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

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

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

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