#E7806C

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

Shades of New York Pink #E7806C

Tints of New York Pink #E7806C

Color information

#E7806C (or 0xE7806C) is unknown color: approx New York Pink. HEX triplet: E7, 80 and 6C. RGB value is (231,128,108). Sum of RGB (Red+Green+Blue) = 231+128+108=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7806C is #187F93. Grayscale: #9C9C9C. Windows color (decimal): -1605524 or 7110887. OLE color: 7110887.

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

Color convert

RGB231128108-
CMYK00.450.530.09
HSL9.76º71.93%66.47%-
HSV(B)9.76º53.25%90.59%-
XYZ43.3833.5118.37-
YUV156.52100.62181.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.46%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=49.46%
G=27.41%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112810800.450.530.099.7671.9366.47
HexE7806C02D359a4842
Octal347200154055651112110102
Binary1110011110000000110110001011011101011001101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7806C; }

 p { color: rgb(231,128,108); }

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

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

 a { background-color: rgb(231,128,108); }

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

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

 span { border-color: rgb(231,128,108); }

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