#E5876F

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

Shades of New York Pink #E5876F

Tints of New York Pink #E5876F

Color information

#E5876F (or 0xE5876F) is unknown color: approx New York Pink. HEX triplet: E5, 87 and 6F. RGB value is (229,135,111). Sum of RGB (Red+Green+Blue) = 229+135+111=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E5876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5876F is #1A7890. Grayscale: #A0A0A0. Windows color (decimal): -1734801 or 7309285. OLE color: 7309285.

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

Color convert

RGB229135111-
CMYK00.410.520.10
HSL12.2º69.41%66.67%-
HSV(B)12.2º51.53%89.8%-
XYZ43.8535.1319.51-
YUV160.37100.14176.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.21%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=48.21%
G=28.42%
B=23.37%

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
Decimal22913511100.410.520.1012.269.4166.67
HexE5876F02934Ac4543
Octal345207157051641214105103
Binary1110010110000111110111101010011101001010110010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5876F; }

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

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

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

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

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

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

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

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