#E57577

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

Shades of Froly #E57577

Tints of Froly #E57577

Color information

#E57577 (or 0xE57577) is unknown color: approx Froly. HEX triplet: E5, 75 and 77. RGB value is (229,117,119). Sum of RGB (Red+Green+Blue) = 229+117+119=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E57577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57577 is #1A8A88. Grayscale: #969696. Windows color (decimal): -1739401 or 7828965. OLE color: 7828965.

HSL color Cylindrical-coordinate representation of color #E57577: hue angle of 358.93º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57577 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229117119-
CMYK00.490.480.10
HSL358.93º68.29%67.84%-
HSV(B)358.93º48.91%89.8%-
XYZ4230.7121.17-
YUV150.72110.11183.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=49.25%
G=25.16%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911711900.490.480.10358.9368.2967.84
HexE5757703130A1674444
Octal3451651670616012547104104
Binary11100101111010111101110110001110000101010110011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57577; }

 p { color: rgb(229,117,119); }

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

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

 a { background-color: rgb(229,117,119); }

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

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

 span { border-color: rgb(229,117,119); }

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