#E57376

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

Shades of Froly #E57376

Tints of Froly #E57376

Color information

#E57376 (or 0xE57376) is unknown color: approx Froly. HEX triplet: E5, 73 and 76. RGB value is (229,115,118). Sum of RGB (Red+Green+Blue) = 229+115+118=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E57376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57376 is #1A8C89. Grayscale: #959595. Windows color (decimal): -1739914 or 7762917. OLE color: 7762917.

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

Color convert

RGB229115118-
CMYK00.500.480.10
HSL358.42º68.67%67.45%-
HSV(B)358.42º49.78%89.8%-
XYZ41.7130.2320.78-
YUV149.43110.27184.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=49.57%
G=24.89%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911511800.500.480.10358.4268.6767.45
HexE5737603230A1664543
Octal3451631660626012546105103
Binary11100101111001111101100110010110000101010110011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57376; }

 p { color: rgb(229,115,118); }

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

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

 a { background-color: rgb(229,115,118); }

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

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

 span { border-color: rgb(229,115,118); }

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