#EB8673

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

Shades of New York Pink #EB8673

Tints of New York Pink #EB8673

Color information

#EB8673 (or 0xEB8673) is unknown color: approx New York Pink. HEX triplet: EB, 86 and 73. RGB value is (235,134,115). Sum of RGB (Red+Green+Blue) = 235+134+115=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8673 is #14798C. Grayscale: #A2A2A2. Windows color (decimal): -1341837 or 7571179. OLE color: 7571179.

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

Color convert

RGB235134115-
CMYK00.430.510.08
HSL9.5º75%68.63%-
HSV(B)9.5º51.06%92.16%-
XYZ45.8835.9520.74-
YUV162.03101.46180.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.55%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=48.55%
G=27.69%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513411500.430.510.089.57568.63
HexEB867302B338a4b45
Octal353206163053631012113105
Binary1110101110000110111001101010111100111000101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8673; }

 p { color: rgb(235,134,115); }

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

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

 a { background-color: rgb(235,134,115); }

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

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

 span { border-color: rgb(235,134,115); }

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