#E1856C

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

Shades of New York Pink #E1856C

Tints of New York Pink #E1856C

Color information

#E1856C (or 0xE1856C) is unknown color: approx New York Pink. HEX triplet: E1, 85 and 6C. RGB value is (225,133,108). Sum of RGB (Red+Green+Blue) = 225+133+108=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1856C is #1E7A93. Grayscale: #9D9D9D. Windows color (decimal): -1997460 or 7112161. OLE color: 7112161.

HSL color Cylindrical-coordinate representation of color #E1856C: hue angle of 12.82º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1856C is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225133108-
CMYK00.410.520.12
HSL12.82º66.1%65.29%-
HSV(B)12.82º52%88.24%-
XYZ42.1533.8718.5-
YUV157.6699.98176.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=48.28%
G=28.54%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513310800.410.520.1212.8266.165.29
HexE1856C02934Cd4241
Octal341205154051641415102101
Binary1110000110000101110110001010011101001100110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1856C; }

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

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

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

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

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

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

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

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