#EB8976

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

Shades of New York Pink #EB8976

Tints of New York Pink #EB8976

Color information

#EB8976 (or 0xEB8976) is unknown color: approx New York Pink. HEX triplet: EB, 89 and 76. RGB value is (235,137,118). Sum of RGB (Red+Green+Blue) = 235+137+118=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8976 is #147689. Grayscale: #A4A4A4. Windows color (decimal): -1341066 or 7768555. OLE color: 7768555.

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

Color convert

RGB235137118-
CMYK00.420.500.08
HSL9.74º74.52%69.22%-
HSV(B)9.74º49.79%92.16%-
XYZ46.4836.8621.8-
YUV164.14101.97178.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 118 (46.48% from 255) = 24.08%
R=47.96%
G=27.96%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513711800.420.500.089.7474.5269.22
HexEB897602A328a4b45
Octal353211166052621012113105
Binary1110101110001001111011001010101100101000101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8976; }

 p { color: rgb(235,137,118); }

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

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

 a { background-color: rgb(235,137,118); }

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

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

 span { border-color: rgb(235,137,118); }

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