#E56D71

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

Shades of Froly #E56D71

Tints of Froly #E56D71

Color information

#E56D71 (or 0xE56D71) is unknown color: approx Froly. HEX triplet: E5, 6D and 71. RGB value is (229,109,113). Sum of RGB (Red+Green+Blue) = 229+109+113=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56D71 is #1A928E. Grayscale: #919191. Windows color (decimal): -1741455 or 7433701. OLE color: 7433701.

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

Color convert

RGB229109113-
CMYK00.520.510.10
HSL358º69.77%66.27%-
HSV(B)358º52.4%89.8%-
XYZ40.7628.7919.03-
YUV145.34109.76187.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=50.78%
G=24.17%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910911300.520.510.1035869.7766.27
HexE56D7103433A1664642
Octal3451551610646312546106102
Binary11100101110110111100010110100110011101010110011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56D71; }

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

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

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

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

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

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

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

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