#E5866C

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

Shades of New York Pink #E5866C

Tints of New York Pink #E5866C

Color information

#E5866C (or 0xE5866C) is unknown color: approx New York Pink. HEX triplet: E5, 86 and 6C. RGB value is (229,134,108). Sum of RGB (Red+Green+Blue) = 229+134+108=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5866C is #1A7993. Grayscale: #9F9F9F. Windows color (decimal): -1735060 or 7112421. OLE color: 7112421.

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

Color convert

RGB229134108-
CMYK00.410.530.10
HSL12.89º69.94%66.08%-
HSV(B)12.89º52.84%89.8%-
XYZ43.5434.7918.61-
YUV159.4498.97177.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.62%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=48.62%
G=28.45%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913410800.410.530.1012.8969.9466.08
HexE5866C02935Ad4642
Octal345206154051651215106102
Binary1110010110000110110110001010011101011010110110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5866C; }

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

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

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

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

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

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

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

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