#E47F6B

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

Shades of New York Pink #E47F6B

Tints of New York Pink #E47F6B

Color information

#E47F6B (or 0xE47F6B) is unknown color: approx New York Pink. HEX triplet: E4, 7F and 6B. RGB value is (228,127,107). Sum of RGB (Red+Green+Blue) = 228+127+107=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47F6B is #1B8094. Grayscale: #9B9B9B. Windows color (decimal): -1802389 or 7045092. OLE color: 7045092.

HSL color Cylindrical-coordinate representation of color #E47F6B: hue angle of 9.92º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E47F6B is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB228127107-
CMYK00.440.530.11
HSL9.92º69.14%65.69%-
HSV(B)9.92º53.07%89.41%-
XYZ42.2432.7318-
YUV154.92100.96180.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=49.35%
G=27.49%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812710700.440.530.119.9269.1465.69
HexE47F6B02C35Ba4542
Octal344177153054651312105102
Binary111001001111111110101101011001101011011101010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47F6B; }

 p { color: rgb(228,127,107); }

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

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

 a { background-color: rgb(228,127,107); }

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

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

 span { border-color: rgb(228,127,107); }

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