#E57C80

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

Shades of Froly #E57C80

Tints of Froly #E57C80

Color information

#E57C80 (or 0xE57C80) is unknown color: approx Froly. HEX triplet: E5, 7C and 80. RGB value is (229,124,128). Sum of RGB (Red+Green+Blue) = 229+124+128=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57C80 is #1A837F. Grayscale: #9B9B9B. Windows color (decimal): -1737600 or 8420581. OLE color: 8420581.

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

Color convert

RGB229124128-
CMYK00.460.440.10
HSL357.71º66.88%69.22%-
HSV(B)357.71º45.85%89.8%-
XYZ43.4232.6324.43-
YUV155.85112.29180.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.61%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=47.61%
G=25.78%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912412800.460.440.10357.7166.8869.22
HexE57C8002E2CA1664345
Octal3451742000565412546103105
Binary111001011111100100000000101110101100101010110011010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57C80; }

 p { color: rgb(229,124,128); }

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

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

 a { background-color: rgb(229,124,128); }

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

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

 span { border-color: rgb(229,124,128); }

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