#e5846d

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

Shades of New York Pink #E5846D

Tints of New York Pink #E5846D

Color information

#E5846D (or 0xE5846D) is unknown color: approx New York Pink. HEX triplet: E5, 84 and 6D. RGB value is (229,132,109). Sum of RGB (Red+Green+Blue) = 229+132+109=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5846D is #1A7B92. Grayscale: #9E9E9E. Windows color (decimal): -1735571 or 7177445. OLE color: 7177445.

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

Color convert

RGB229132109-
CMYK00.420.520.10
HSL11.5º69.77%66.27%-
HSV(B)11.5º52.4%89.8%-
XYZ43.3234.2618.8-
YUV158.38100.14178.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=48.72%
G=28.09%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913210900.420.520.1011.569.7766.27
HexE5846D02A34Ac4642
Octal345204155052641214106102
Binary1110010110000100110110101010101101001010110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5846d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5846d; }

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

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

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

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

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

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

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

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