#E56A79

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

Shades of Froly #E56A79

Tints of Froly #E56A79

Color information

#E56A79 (or 0xE56A79) is unknown color: approx Froly. HEX triplet: E5, 6A and 79. RGB value is (229,106,121). Sum of RGB (Red+Green+Blue) = 229+106+121=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A79 is #1A9586. Grayscale: #909090. Windows color (decimal): -1742215 or 7957221. OLE color: 7957221.

HSL color Cylindrical-coordinate representation of color #E56A79: hue angle of 352.68º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56A79 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229106121-
CMYK00.540.470.10
HSL352.68º70.29%65.69%-
HSV(B)352.68º53.71%89.8%-
XYZ40.9228.3521.4-
YUV144.49114.75188.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.22%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=50.22%
G=23.25%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910612100.540.470.10352.6870.2965.69
HexE56A790362FA1614642
Octal3451521710665712541106102
Binary11100101110101011110010110110101111101010110000110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56A79; }

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

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

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

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

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

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

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

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