#E56569

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

Shades of Froly #E56569

Tints of Froly #E56569

Color information

#E56569 (or 0xE56569) is unknown color: approx Froly. HEX triplet: E5, 65 and 69. RGB value is (229,101,105). Sum of RGB (Red+Green+Blue) = 229+101+105=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E56569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56569 is #1A9A96. Grayscale: #8B8B8B. Windows color (decimal): -1743511 or 6907365. OLE color: 6907365.

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

Color convert

RGB229101105-
CMYK00.560.540.10
HSL358.12º71.11%64.71%-
HSV(B)358.12º55.9%89.8%-
XYZ39.5226.9916.49-
YUV139.73108.41191.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.64%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=52.64%
G=23.22%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910110500.560.540.10358.1271.1164.71
HexE5656903836A1664741
Octal3451451510706612546107101
Binary11100101110010111010010111000110110101010110011010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56569; }

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

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

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

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

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

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

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

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