#E56571

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

Shades of Froly #E56571

Tints of Froly #E56571

Color information

#E56571 (or 0xE56571) is unknown color: approx Froly. HEX triplet: E5, 65 and 71. RGB value is (229,101,113). Sum of RGB (Red+Green+Blue) = 229+101+113=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E56571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56571 is #1A9A8E. Grayscale: #8C8C8C. Windows color (decimal): -1743503 or 7431653. OLE color: 7431653.

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

Color convert

RGB229101113-
CMYK00.560.510.10
HSL354.38º71.11%64.71%-
HSV(B)354.38º55.9%89.8%-
XYZ39.9527.1618.76-
YUV140.64112.41191.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.69%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=51.69%
G=22.80%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910111300.560.510.10354.3871.1164.71
HexE5657103833A1624741
Octal3451451610706312542107101
Binary11100101110010111100010111000110011101010110001010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56571; }

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

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

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

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

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

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

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

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