#E47C68

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

Shades of New York Pink #E47C68

Tints of New York Pink #E47C68

Color information

#E47C68 (or 0xE47C68) is unknown color: approx New York Pink. HEX triplet: E4, 7C and 68. RGB value is (228,124,104). Sum of RGB (Red+Green+Blue) = 228+124+104=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47C68 is #1B8397. Grayscale: #999999. Windows color (decimal): -1803160 or 6847716. OLE color: 6847716.

HSL color Cylindrical-coordinate representation of color #E47C68: hue angle of 9.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E47C68 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228124104-
CMYK00.460.540.11
HSL9.68º69.66%65.1%-
HSV(B)9.68º54.39%89.41%-
XYZ41.731.9117.06-
YUV152.82100.46181.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=50%
G=27.19%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812410400.460.540.119.6869.6665.1
HexE47C6802E36Ba4641
Octal344174150056661312106101
Binary111001001111100110100001011101101101011101010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47C68; }

 p { color: rgb(228,124,104); }

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

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

 a { background-color: rgb(228,124,104); }

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

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

 span { border-color: rgb(228,124,104); }

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