#E1856F

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

Shades of New York Pink #E1856F

Tints of New York Pink #E1856F

Color information

#E1856F (or 0xE1856F) is unknown color: approx New York Pink. HEX triplet: E1, 85 and 6F. RGB value is (225,133,111). Sum of RGB (Red+Green+Blue) = 225+133+111=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1856F is #1E7A90. Grayscale: #9E9E9E. Windows color (decimal): -1997457 or 7308769. OLE color: 7308769.

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

Color convert

RGB225133111-
CMYK00.410.510.12
HSL11.58º65.52%65.88%-
HSV(B)11.58º50.67%88.24%-
XYZ42.3133.9319.36-
YUV158101.48175.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=47.97%
G=28.36%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513311100.410.510.1211.5865.5265.88
HexE1856F02933Cc4242
Octal341205157051631414102102
Binary1110000110000101110111101010011100111100110010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1856F; }

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

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

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

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

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

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

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

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