#E1806F

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

Shades of New York Pink #E1806F

Tints of New York Pink #E1806F

Color information

#E1806F (or 0xE1806F) is unknown color: approx New York Pink. HEX triplet: E1, 80 and 6F. RGB value is (225,128,111). Sum of RGB (Red+Green+Blue) = 225+128+111=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1806F is #1E7F90. Grayscale: #9B9B9B. Windows color (decimal): -1998737 or 7307489. OLE color: 7307489.

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

Color convert

RGB225128111-
CMYK00.430.510.12
HSL8.95º65.52%65.88%-
HSV(B)8.95º50.67%88.24%-
XYZ41.6432.5919.14-
YUV155.06103.14177.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=48.49%
G=27.59%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512811100.430.510.128.9565.5265.88
HexE1806F02B33C94242
Octal341200157053631411102102
Binary1110000110000000110111101010111100111100100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1806F; }

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

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

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

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

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

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

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

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