#E58678

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

Shades of New York Pink #E58678

Tints of New York Pink #E58678

Color information

#E58678 (or 0xE58678) is unknown color: approx New York Pink. HEX triplet: E5, 86 and 78. RGB value is (229,134,120). Sum of RGB (Red+Green+Blue) = 229+134+120=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E58678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58678 is #1A7987. Grayscale: #A0A0A0. Windows color (decimal): -1735048 or 7898853. OLE color: 7898853.

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

Color convert

RGB229134120-
CMYK00.410.480.10
HSL7.71º67.7%68.43%-
HSV(B)7.71º47.6%89.8%-
XYZ44.2335.0622.21-
YUV160.81104.97176.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=47.41%
G=27.74%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913412000.410.480.107.7167.768.43
HexE5867802930A84444
Octal345206170051601210104104
Binary1110010110000110111100001010011100001010100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58678; }

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

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

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

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

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

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

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

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