#E56C70

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

Shades of Froly #E56C70

Tints of Froly #E56C70

Color information

#E56C70 (or 0xE56C70) is unknown color: approx Froly. HEX triplet: E5, 6C and 70. RGB value is (229,108,112). Sum of RGB (Red+Green+Blue) = 229+108+112=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56C70 is #1A938F. Grayscale: #909090. Windows color (decimal): -1741712 or 7367909. OLE color: 7367909.

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

Color convert

RGB229108112-
CMYK00.530.510.10
HSL358.02º69.94%66.08%-
HSV(B)358.02º52.84%89.8%-
XYZ40.628.5518.7-
YUV144.64109.59188.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=51.00%
G=24.05%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910811200.530.510.10358.0269.9466.08
HexE56C7003533A1664642
Octal3451541600656312546106102
Binary11100101110110011100000110101110011101010110011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56C70; }

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

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

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

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

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

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

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

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