#E56D79

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

Shades of Froly #E56D79

Tints of Froly #E56D79

Color information

#E56D79 (or 0xE56D79) is unknown color: approx Froly. HEX triplet: E5, 6D and 79. RGB value is (229,109,121). Sum of RGB (Red+Green+Blue) = 229+109+121=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56D79 is #1A9286. Grayscale: #929292. Windows color (decimal): -1741447 or 7957989. OLE color: 7957989.

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

Color convert

RGB229109121-
CMYK00.520.470.10
HSL354º69.77%66.27%-
HSV(B)354º52.4%89.8%-
XYZ41.2328.9821.51-
YUV146.25113.76187.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.89%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=49.89%
G=23.75%
B=26.36%

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
Decimal22910912100.520.470.1035469.7766.27
HexE56D790342FA1624642
Octal3451551710645712542106102
Binary11100101110110111110010110100101111101010110001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56D79; }

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

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

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

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

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

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

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

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