#E5836E

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

Shades of New York Pink #E5836E

Tints of New York Pink #E5836E

Color information

#E5836E (or 0xE5836E) is unknown color: approx New York Pink. HEX triplet: E5, 83 and 6E. RGB value is (229,131,110). Sum of RGB (Red+Green+Blue) = 229+131+110=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5836E is #1A7C91. Grayscale: #9E9E9E. Windows color (decimal): -1735826 or 7242725. OLE color: 7242725.

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

Color convert

RGB229131110-
CMYK00.430.520.10
HSL10.59º69.59%66.47%-
HSV(B)10.59º51.97%89.8%-
XYZ43.2434.0219.04-
YUV157.91100.97178.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=48.72%
G=27.87%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913111000.430.520.1010.5969.5966.47
HexE5836E02B34Ab4642
Octal345203156053641213106102
Binary1110010110000011110111001010111101001010101110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5836E; }

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

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

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

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

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

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

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

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