#E7866B

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

Shades of New York Pink #E7866B

Tints of New York Pink #E7866B

Color information

#E7866B (or 0xE7866B) is unknown color: approx New York Pink. HEX triplet: E7, 86 and 6B. RGB value is (231,134,107). Sum of RGB (Red+Green+Blue) = 231+134+107=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7866B is #187994. Grayscale: #A0A0A0. Windows color (decimal): -1603989 or 7046887. OLE color: 7046887.

HSL color Cylindrical-coordinate representation of color #E7866B: hue angle of 13.06º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7866B is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB231134107-
CMYK00.420.540.09
HSL13.06º72.09%66.27%-
HSV(B)13.06º53.68%90.59%-
XYZ44.1335.118.36-
YUV159.9398.14178.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.94%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 107 (42.19% from 255) = 22.67%
R=48.94%
G=28.39%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113410700.420.540.0913.0672.0966.27
HexE7866B02A369d4842
Octal347206153052661115110102
Binary1110011110000110110101101010101101101001110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7866B; }

 p { color: rgb(231,134,107); }

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

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

 a { background-color: rgb(231,134,107); }

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

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

 span { border-color: rgb(231,134,107); }

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