#EA8777

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

Shades of New York Pink #EA8777

Tints of New York Pink #EA8777

Color information

#EA8777 (or 0xEA8777) is unknown color: approx New York Pink. HEX triplet: EA, 87 and 77. RGB value is (234,135,119). Sum of RGB (Red+Green+Blue) = 234+135+119=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8777 is #157888. Grayscale: #A2A2A2. Windows color (decimal): -1407113 or 7833578. OLE color: 7833578.

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

Color convert

RGB234135119-
CMYK00.420.490.08
HSL8.35º73.25%69.22%-
HSV(B)8.35º49.15%91.76%-
XYZ45.9336.1522.01-
YUV162.78103.3178.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=47.95%
G=27.66%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413511900.420.490.088.3573.2569.22
HexEA877702A31884945
Octal352207167052611010111105
Binary1110101010000111111011101010101100011000100010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8777; }

 p { color: rgb(234,135,119); }

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

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

 a { background-color: rgb(234,135,119); }

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

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

 span { border-color: rgb(234,135,119); }

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