#EA8877

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

Shades of New York Pink #EA8877

Tints of New York Pink #EA8877

Color information

#EA8877 (or 0xEA8877) is unknown color: approx New York Pink. HEX triplet: EA, 88 and 77. RGB value is (234,136,119). Sum of RGB (Red+Green+Blue) = 234+136+119=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8877 is #157788. Grayscale: #A3A3A3. Windows color (decimal): -1406857 or 7833834. OLE color: 7833834.

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

Color convert

RGB234136119-
CMYK00.420.490.08
HSL8.87º73.25%69.22%-
HSV(B)8.87º49.15%91.76%-
XYZ46.0736.4322.06-
YUV163.36102.97178.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.85%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=47.85%
G=27.81%
B=24.34%

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
Decimal23413611900.420.490.088.8773.2569.22
HexEA887702A31894945
Octal352210167052611011111105
Binary1110101010001000111011101010101100011000100110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8877; }

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

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

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

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

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

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

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

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