#E1806C

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

Shades of New York Pink #E1806C

Tints of New York Pink #E1806C

Color information

#E1806C (or 0xE1806C) is unknown color: approx New York Pink. HEX triplet: E1, 80 and 6C. RGB value is (225,128,108). Sum of RGB (Red+Green+Blue) = 225+128+108=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1806C is #1E7F93. Grayscale: #9A9A9A. Windows color (decimal): -1998740 or 7110881. OLE color: 7110881.

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

Color convert

RGB225128108-
CMYK00.430.520.12
HSL10.26º66.1%65.29%-
HSV(B)10.26º52%88.24%-
XYZ41.4832.5318.28-
YUV154.72101.64178.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=48.81%
G=27.77%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512810800.430.520.1210.2666.165.29
HexE1806C02B34Ca4241
Octal341200154053641412102101
Binary1110000110000000110110001010111101001100101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1806C; }

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

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

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

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

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

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

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

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