#E57A80

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

Shades of Froly #E57A80

Tints of Froly #E57A80

Color information

#E57A80 (or 0xE57A80) is unknown color: approx Froly. HEX triplet: E5, 7A and 80. RGB value is (229,122,128). Sum of RGB (Red+Green+Blue) = 229+122+128=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A80 is #1A857F. Grayscale: #9A9A9A. Windows color (decimal): -1738112 or 8420069. OLE color: 8420069.

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

Color convert

RGB229122128-
CMYK00.470.440.10
HSL356.64º67.3%68.82%-
HSV(B)356.64º46.72%89.8%-
XYZ43.1732.1424.35-
YUV154.68112.95181.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.81%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=47.81%
G=25.47%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912212800.470.440.10356.6467.368.82
HexE57A8002F2CA1654345
Octal3451722000575412545103105
Binary111001011111010100000000101111101100101010110010110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A80; }

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

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

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

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

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

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

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

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