#E47F6D

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

Shades of New York Pink #E47F6D

Tints of New York Pink #E47F6D

Color information

#E47F6D (or 0xE47F6D) is unknown color: approx New York Pink. HEX triplet: E4, 7F and 6D. RGB value is (228,127,109). Sum of RGB (Red+Green+Blue) = 228+127+109=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47F6D is #1B8092. Grayscale: #9B9B9B. Windows color (decimal): -1802387 or 7176164. OLE color: 7176164.

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

Color convert

RGB228127109-
CMYK00.440.520.11
HSL9.08º68.79%66.08%-
HSV(B)9.08º52.19%89.41%-
XYZ42.3432.7818.56-
YUV155.15101.96179.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.14%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=49.14%
G=27.37%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812710900.440.520.119.0868.7966.08
HexE47F6D02C34B94542
Octal344177155054641311105102
Binary111001001111111110110101011001101001011100110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47F6D; }

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

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

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

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

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

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

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

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