#EB856E

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

Shades of New York Pink #EB856E

Tints of New York Pink #EB856E

Color information

#EB856E (or 0xEB856E) is unknown color: approx New York Pink. HEX triplet: EB, 85 and 6E. RGB value is (235,133,110). Sum of RGB (Red+Green+Blue) = 235+133+110=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB856E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB856E is #147A91. Grayscale: #A1A1A1. Windows color (decimal): -1342098 or 7243243. OLE color: 7243243.

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

Color convert

RGB235133110-
CMYK00.430.530.08
HSL11.04º75.76%67.65%-
HSV(B)11.04º53.19%92.16%-
XYZ45.4635.5619.22-
YUV160.8899.29180.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=49.16%
G=27.82%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513311000.430.530.0811.0475.7667.65
HexEB856E02B358b4c44
Octal353205156053651013114104
Binary1110101110000101110111001010111101011000101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB856E; }

 p { color: rgb(235,133,110); }

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

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

 a { background-color: rgb(235,133,110); }

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

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

 span { border-color: rgb(235,133,110); }

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