#E56772

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

Shades of Froly #E56772

Tints of Froly #E56772

Color information

#E56772 (or 0xE56772) is unknown color: approx Froly. HEX triplet: E5, 67 and 72. RGB value is (229,103,114). Sum of RGB (Red+Green+Blue) = 229+103+114=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56772 is #1A988D. Grayscale: #8E8E8E. Windows color (decimal): -1742990 or 7497701. OLE color: 7497701.

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

Color convert

RGB229103114-
CMYK00.550.500.10
HSL354.76º70.79%65.1%-
HSV(B)354.76º55.02%89.8%-
XYZ40.227.5719.12-
YUV141.93112.24190.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.35%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=51.35%
G=23.09%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910311400.550.500.10354.7670.7965.1
HexE5677203732A1634741
Octal3451471620676212543107101
Binary11100101110011111100100110111110010101010110001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56772; }

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

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

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

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

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

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

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

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