#e56c6d

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

Shades of Froly #E56C6D

Tints of Froly #E56C6D

Color information

#E56C6D (or 0xE56C6D) is unknown color: approx Froly. HEX triplet: E5, 6C and 6D. RGB value is (229,108,109). Sum of RGB (Red+Green+Blue) = 229+108+109=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56C6D is #1A9392. Grayscale: #909090. Windows color (decimal): -1741715 or 7171301. OLE color: 7171301.

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

Color convert

RGB229108109-
CMYK00.530.520.10
HSL359.5º69.94%66.08%-
HSV(B)359.5º52.84%89.8%-
XYZ40.4428.4917.84-
YUV144.29108.09188.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.35%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=51.35%
G=24.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910810900.530.520.10359.569.9466.08
HexE56C6D03534A1684642
Octal3451541550656412550106102
Binary11100101110110011011010110101110100101010110100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e56c6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e56c6d; }

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

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

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

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

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

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

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

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