#EA8975

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

Shades of New York Pink #EA8975

Tints of New York Pink #EA8975

Color information

#EA8975 (or 0xEA8975) is unknown color: approx New York Pink. HEX triplet: EA, 89 and 75. RGB value is (234,137,117). Sum of RGB (Red+Green+Blue) = 234+137+117=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8975 is #15768A. Grayscale: #A3A3A3. Windows color (decimal): -1406603 or 7703018. OLE color: 7703018.

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

Color convert

RGB234137117-
CMYK00.410.50.08
HSL10.26º73.58%68.82%-
HSV(B)10.26º50%91.76%-
XYZ46.0936.6721.48-
YUV163.72101.64178.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=47.95%
G=28.07%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413711700.410.50.0810.2673.5868.82
HexEA8975029328a4a45
Octal352211165051621012112105
Binary1110101010001001111010101010011100101000101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8975; }

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

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

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

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

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

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

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

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