#E5806D

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

Shades of New York Pink #E5806D

Tints of New York Pink #E5806D

Color information

#E5806D (or 0xE5806D) is unknown color: approx New York Pink. HEX triplet: E5, 80 and 6D. RGB value is (229,128,109). Sum of RGB (Red+Green+Blue) = 229+128+109=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5806D is #1A7F92. Grayscale: #9C9C9C. Windows color (decimal): -1736595 or 7176421. OLE color: 7176421.

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

Color convert

RGB229128109-
CMYK00.440.520.10
HSL9.5º69.77%66.27%-
HSV(B)9.5º52.4%89.8%-
XYZ42.7933.218.62-
YUV156.03101.46180.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 109 (42.97% from 255) = 23.39%
R=49.14%
G=27.47%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912810900.440.520.109.569.7766.27
HexE5806D02C34Aa4642
Octal345200155054641212106102
Binary1110010110000000110110101011001101001010101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5806D; }

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

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

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

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

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

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

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

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