#EB8979

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

Shades of New York Pink #EB8979

Tints of New York Pink #EB8979

Color information

#EB8979 (or 0xEB8979) is unknown color: approx New York Pink. HEX triplet: EB, 89 and 79. RGB value is (235,137,121). Sum of RGB (Red+Green+Blue) = 235+137+121=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8979 is #147686. Grayscale: #A4A4A4. Windows color (decimal): -1341063 or 7965163. OLE color: 7965163.

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

Color convert

RGB235137121-
CMYK00.420.490.08
HSL8.42º74.03%69.8%-
HSV(B)8.42º48.51%92.16%-
XYZ46.6636.9322.76-
YUV164.48103.47178.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=47.67%
G=27.79%
B=24.54%

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
Decimal23513712100.420.490.088.4274.0369.8
HexEB897902A31884a46
Octal353211171052611010112106
Binary1110101110001001111100101010101100011000100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8979; }

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

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

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

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

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

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

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

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