#E47C7F

Color #E47C7F Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E47C7F

Tints of Froly #E47C7F

Color information

#E47C7F (or 0xE47C7F) is unknown color: approx Froly. HEX triplet: E4, 7C and 7F. RGB value is (228,124,127). Sum of RGB (Red+Green+Blue) = 228+124+127=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47C7F is #1B8380. Grayscale: #9B9B9B. Windows color (decimal): -1803137 or 8355044. OLE color: 8355044.

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

Color convert

RGB228124127-
CMYK00.460.440.11
HSL358.27º65.82%69.02%-
HSV(B)358.27º45.61%89.41%-
XYZ43.0332.4424.07-
YUV155.44111.96179.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.60%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 127 (50% from 255) = 26.51%
R=47.60%
G=25.89%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812412700.460.440.11358.2765.8269.02
HexE47C7F02E2CB1664245
Octal3441741770565413546102105
Binary11100100111110011111110101110101100101110110011010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47C7F; }

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

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

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

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

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

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

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

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