#E57174

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

Shades of Froly #E57174

Tints of Froly #E57174

Color information

#E57174 (or 0xE57174) is unknown color: approx Froly. HEX triplet: E5, 71 and 74. RGB value is (229,113,116). Sum of RGB (Red+Green+Blue) = 229+113+116=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E57174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57174 is #1A8E8B. Grayscale: #949494. Windows color (decimal): -1740428 or 7631333. OLE color: 7631333.

HSL color Cylindrical-coordinate representation of color #E57174: hue angle of 358.45º 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 #E57174 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB229113116-
CMYK00.510.490.10
HSL358.45º69.05%67.06%-
HSV(B)358.45º50.66%89.8%-
XYZ41.3729.7320.08-
YUV148.03109.93185.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 116 (45.70% from 255) = 25.33%
R=50%
G=24.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911311600.510.490.10358.4569.0567.06
HexE5717403331A1664543
Octal3451611640636112546105103
Binary11100101111000111101000110011110001101010110011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57174; }

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

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

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

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

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

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

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

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