#E57172

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

Shades of Froly #E57172

Tints of Froly #E57172

Color information

#E57172 (or 0xE57172) is unknown color: approx Froly. HEX triplet: E5, 71 and 72. RGB value is (229,113,114). Sum of RGB (Red+Green+Blue) = 229+113+114=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E57172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57172 is #1A8E8D. Grayscale: #939393. Windows color (decimal): -1740430 or 7500261. OLE color: 7500261.

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

Color convert

RGB229113114-
CMYK00.510.500.10
HSL359.48º69.05%67.06%-
HSV(B)359.48º50.66%89.8%-
XYZ41.2629.6819.47-
YUV147.8108.93185.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.22%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 114 (44.92% from 255) = 25%
R=50.22%
G=24.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911311400.510.500.10359.4869.0567.06
HexE5717203332A1674543
Octal3451611620636212547105103
Binary11100101111000111100100110011110010101010110011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57172; }

 p { color: rgb(229,113,114); }

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

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

 a { background-color: rgb(229,113,114); }

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

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

 span { border-color: rgb(229,113,114); }

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