#E5866E

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

Shades of New York Pink #E5866E

Tints of New York Pink #E5866E

Color information

#E5866E (or 0xE5866E) is unknown color: approx New York Pink. HEX triplet: E5, 86 and 6E. RGB value is (229,134,110). Sum of RGB (Red+Green+Blue) = 229+134+110=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E5866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5866E is #1A7991. Grayscale: #9F9F9F. Windows color (decimal): -1735058 or 7243493. OLE color: 7243493.

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

Color convert

RGB229134110-
CMYK00.410.520.10
HSL12.1º69.59%66.47%-
HSV(B)12.1º51.97%89.8%-
XYZ43.6534.8319.17-
YUV159.6799.97177.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.41%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=48.41%
G=28.33%
B=23.26%

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
Decimal22913411000.410.520.1012.169.5966.47
HexE5866E02934Ac4642
Octal345206156051641214106102
Binary1110010110000110110111001010011101001010110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5866E; }

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

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

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

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

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

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

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

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