#E5876E

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

Shades of New York Pink #E5876E

Tints of New York Pink #E5876E

Color information

#E5876E (or 0xE5876E) is unknown color: approx New York Pink. HEX triplet: E5, 87 and 6E. RGB value is (229,135,110). Sum of RGB (Red+Green+Blue) = 229+135+110=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5876E is #1A7891. Grayscale: #A0A0A0. Windows color (decimal): -1734802 or 7243749. OLE color: 7243749.

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

Color convert

RGB229135110-
CMYK00.410.520.10
HSL12.61º69.59%66.47%-
HSV(B)12.61º51.97%89.8%-
XYZ43.7935.1119.22-
YUV160.2699.64177.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.31%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=48.31%
G=28.48%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913511000.410.520.1012.6169.5966.47
HexE5876E02934Ad4642
Octal345207156051641215106102
Binary1110010110000111110111001010011101001010110110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5876E; }

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

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

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

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

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

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

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

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