#E5806C

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

Shades of New York Pink #E5806C

Tints of New York Pink #E5806C

Color information

#E5806C (or 0xE5806C) is unknown color: approx New York Pink. HEX triplet: E5, 80 and 6C. RGB value is (229,128,108). Sum of RGB (Red+Green+Blue) = 229+128+108=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5806C is #1A7F93. Grayscale: #9C9C9C. Windows color (decimal): -1736596 or 7110885. OLE color: 7110885.

HSL color Cylindrical-coordinate representation of color #E5806C: hue angle of 9.92º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5806C is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229128108-
CMYK00.440.530.10
HSL9.92º69.94%66.08%-
HSV(B)9.92º52.84%89.8%-
XYZ42.7433.1818.34-
YUV155.92100.96180.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=49.25%
G=27.53%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912810800.440.530.109.9269.9466.08
HexE5806C02C35Aa4642
Octal345200154054651212106102
Binary1110010110000000110110001011001101011010101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5806C; }

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

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

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

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

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

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

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

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