#E5846C

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

Shades of New York Pink #E5846C

Tints of New York Pink #E5846C

Color information

#E5846C (or 0xE5846C) is unknown color: approx New York Pink. HEX triplet: E5, 84 and 6C. RGB value is (229,132,108). Sum of RGB (Red+Green+Blue) = 229+132+108=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5846C is #1A7B93. Grayscale: #9E9E9E. Windows color (decimal): -1735572 or 7111909. OLE color: 7111909.

HSL color Cylindrical-coordinate representation of color #E5846C: hue angle of 11.9º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5846C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229132108-
CMYK00.420.530.10
HSL11.9º69.94%66.08%-
HSV(B)11.9º52.84%89.8%-
XYZ43.2734.2418.52-
YUV158.2799.64178.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.83%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=48.83%
G=28.14%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913210800.420.530.1011.969.9466.08
HexE5846C02A35Ac4642
Octal345204154052651214106102
Binary1110010110000100110110001010101101011010110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5846C; }

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

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

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

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

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

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

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

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