#E56E79

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

Shades of Froly #E56E79

Tints of Froly #E56E79

Color information

#E56E79 (or 0xE56E79) is unknown color: approx Froly. HEX triplet: E5, 6E and 79. RGB value is (229,110,121). Sum of RGB (Red+Green+Blue) = 229+110+121=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E79 is #1A9186. Grayscale: #929292. Windows color (decimal): -1741191 or 7958245. OLE color: 7958245.

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

Color convert

RGB229110121-
CMYK00.520.470.10
HSL354.45º69.59%66.47%-
HSV(B)354.45º51.97%89.8%-
XYZ41.3429.1921.54-
YUV146.84113.42186.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=49.78%
G=23.91%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911012100.520.470.10354.4569.5966.47
HexE56E790342FA1624642
Octal3451561710645712542106102
Binary11100101110111011110010110100101111101010110001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56E79; }

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

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

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

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

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

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

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

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