#E5836C

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

Shades of New York Pink #E5836C

Tints of New York Pink #E5836C

Color information

#E5836C (or 0xE5836C) is unknown color: approx New York Pink. HEX triplet: E5, 83 and 6C. RGB value is (229,131,108). Sum of RGB (Red+Green+Blue) = 229+131+108=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5836C is #1A7C93. Grayscale: #9D9D9D. Windows color (decimal): -1735828 or 7111653. OLE color: 7111653.

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

Color convert

RGB229131108-
CMYK00.430.530.10
HSL11.4º69.94%66.08%-
HSV(B)11.4º52.84%89.8%-
XYZ43.1433.9718.47-
YUV157.6899.97178.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.93%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=48.93%
G=27.99%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913110800.430.530.1011.469.9466.08
HexE5836C02B35Ab4642
Octal345203154053651213106102
Binary1110010110000011110110001010111101011010101110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5836C; }

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

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

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

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

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

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

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

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