#EB866E

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

Shades of New York Pink #EB866E

Tints of New York Pink #EB866E

Color information

#EB866E (or 0xEB866E) is unknown color: approx New York Pink. HEX triplet: EB, 86 and 6E. RGB value is (235,134,110). Sum of RGB (Red+Green+Blue) = 235+134+110=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB866E is #147991. Grayscale: #A1A1A1. Windows color (decimal): -1341842 or 7243499. OLE color: 7243499.

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

Color convert

RGB235134110-
CMYK00.430.530.08
HSL11.52º75.76%67.65%-
HSV(B)11.52º53.19%92.16%-
XYZ45.635.8419.27-
YUV161.4698.96180.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.06%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 110 (43.36% from 255) = 22.96%
R=49.06%
G=27.97%
B=22.96%

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
Decimal23513411000.430.530.0811.5275.7667.65
HexEB866E02B358c4c44
Octal353206156053651014114104
Binary1110101110000110110111001010111101011000110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB866E; }

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

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

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

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

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

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

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

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