#E5856C

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

Shades of New York Pink #E5856C

Tints of New York Pink #E5856C

Color information

#E5856C (or 0xE5856C) is unknown color: approx New York Pink. HEX triplet: E5, 85 and 6C. RGB value is (229,133,108). Sum of RGB (Red+Green+Blue) = 229+133+108=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5856C is #1A7A93. Grayscale: #9F9F9F. Windows color (decimal): -1735316 or 7112165. OLE color: 7112165.

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

Color convert

RGB229133108-
CMYK00.420.530.10
HSL12.4º69.94%66.08%-
HSV(B)12.4º52.84%89.8%-
XYZ43.4134.5218.56-
YUV158.8599.3178.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=48.72%
G=28.30%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913310800.420.530.1012.469.9466.08
HexE5856C02A35Ac4642
Octal345205154052651214106102
Binary1110010110000101110110001010101101011010110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5856C; }

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

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

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

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

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

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

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

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