#E1846C

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

Shades of New York Pink #E1846C

Tints of New York Pink #E1846C

Color information

#E1846C (or 0xE1846C) is unknown color: approx New York Pink. HEX triplet: E1, 84 and 6C. RGB value is (225,132,108). Sum of RGB (Red+Green+Blue) = 225+132+108=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1846C is #1E7B93. Grayscale: #9D9D9D. Windows color (decimal): -1997716 or 7111905. OLE color: 7111905.

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

Color convert

RGB225132108-
CMYK00.410.520.12
HSL12.31º66.1%65.29%-
HSV(B)12.31º52%88.24%-
XYZ42.0133.5918.46-
YUV157.07100.31176.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=48.39%
G=28.39%
B=23.23%

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
Decimal22513210800.410.520.1212.3166.165.29
HexE1846C02934Cc4241
Octal341204154051641414102101
Binary1110000110000100110110001010011101001100110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1846C; }

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

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

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

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

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

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

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

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