#E56771

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

Shades of Froly #E56771

Tints of Froly #E56771

Color information

#E56771 (or 0xE56771) is unknown color: approx Froly. HEX triplet: E5, 67 and 71. RGB value is (229,103,113). Sum of RGB (Red+Green+Blue) = 229+103+113=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E56771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56771 is #1A988E. Grayscale: #8D8D8D. Windows color (decimal): -1742991 or 7432165. OLE color: 7432165.

HSL color Cylindrical-coordinate representation of color #E56771: hue angle of 355.24º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56771 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB229103113-
CMYK00.550.510.10
HSL355.24º70.79%65.1%-
HSV(B)355.24º55.02%89.8%-
XYZ40.1427.5518.82-
YUV141.81111.74190.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.46%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=51.46%
G=23.15%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910311300.550.510.10355.2470.7965.1
HexE5677103733A1634741
Octal3451471610676312543107101
Binary11100101110011111100010110111110011101010110001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56771; }

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

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

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

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

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

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

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

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