#E48678

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

Shades of New York Pink #E48678

Tints of New York Pink #E48678

Color information

#E48678 (or 0xE48678) is unknown color: approx New York Pink. HEX triplet: E4, 86 and 78. RGB value is (228,134,120). Sum of RGB (Red+Green+Blue) = 228+134+120=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E48678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48678 is #1B7987. Grayscale: #A0A0A0. Windows color (decimal): -1800584 or 7898852. OLE color: 7898852.

HSL color Cylindrical-coordinate representation of color #E48678: hue angle of 7.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E48678 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228134120-
CMYK00.410.470.11
HSL7.78º66.67%68.24%-
HSV(B)7.78º47.37%89.41%-
XYZ43.9134.922.19-
YUV160.51105.14176.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.30%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=47.30%
G=27.80%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813412000.410.470.117.7866.6768.24
HexE486780292FB84344
Octal344206170051571310103104
Binary1110010010000110111100001010011011111011100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48678; }

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

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

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

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

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

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

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

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