#E57279

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

Shades of Froly #E57279

Tints of Froly #E57279

Color information

#E57279 (or 0xE57279) is unknown color: approx Froly. HEX triplet: E5, 72 and 79. RGB value is (229,114,121). Sum of RGB (Red+Green+Blue) = 229+114+121=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E57279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57279 is #1A8D86. Grayscale: #959595. Windows color (decimal): -1740167 or 7959269. OLE color: 7959269.

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

Color convert

RGB229114121-
CMYK00.500.470.10
HSL356.35º68.86%67.25%-
HSV(B)356.35º50.22%89.8%-
XYZ41.7830.0721.69-
YUV149.18112.1184.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=49.35%
G=24.57%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911412100.500.470.10356.3568.8667.25
HexE572790322FA1644543
Octal3451621710625712544105103
Binary11100101111001011110010110010101111101010110010010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57279; }

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

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

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

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

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

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

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

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