#EA8875

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

Shades of New York Pink #EA8875

Tints of New York Pink #EA8875

Color information

#EA8875 (or 0xEA8875) is unknown color: approx New York Pink. HEX triplet: EA, 88 and 75. RGB value is (234,136,117). Sum of RGB (Red+Green+Blue) = 234+136+117=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8875 is #15778A. Grayscale: #A3A3A3. Windows color (decimal): -1406859 or 7702762. OLE color: 7702762.

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

Color convert

RGB234136117-
CMYK00.420.50.08
HSL9.74º73.58%68.82%-
HSV(B)9.74º50%91.76%-
XYZ45.9536.3921.43-
YUV163.14101.97178.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=48.05%
G=27.93%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413611700.420.50.089.7473.5868.82
HexEA887502A328a4a45
Octal352210165052621012112105
Binary1110101010001000111010101010101100101000101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8875; }

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

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

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

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

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

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

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

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