#E5856E

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

Shades of New York Pink #E5856E

Tints of New York Pink #E5856E

Color information

#E5856E (or 0xE5856E) is unknown color: approx New York Pink. HEX triplet: E5, 85 and 6E. RGB value is (229,133,110). Sum of RGB (Red+Green+Blue) = 229+133+110=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5856E is #1A7A91. Grayscale: #9F9F9F. Windows color (decimal): -1735314 or 7243237. OLE color: 7243237.

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

Color convert

RGB229133110-
CMYK00.420.520.10
HSL11.6º69.59%66.47%-
HSV(B)11.6º51.97%89.8%-
XYZ43.5234.5619.13-
YUV159.08100.3177.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.52%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=48.52%
G=28.18%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913311000.420.520.1011.669.5966.47
HexE5856E02A34Ac4642
Octal345205156052641214106102
Binary1110010110000101110111001010101101001010110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5856E; }

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

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

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

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

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

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

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

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