#E56872

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

Shades of Froly #E56872

Tints of Froly #E56872

Color information

#E56872 (or 0xE56872) is unknown color: approx Froly. HEX triplet: E5, 68 and 72. RGB value is (229,104,114). Sum of RGB (Red+Green+Blue) = 229+104+114=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E56872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56872 is #1A978D. Grayscale: #8E8E8E. Windows color (decimal): -1742734 or 7497957. OLE color: 7497957.

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

Color convert

RGB229104114-
CMYK00.550.500.10
HSL355.2º70.62%65.29%-
HSV(B)355.2º54.59%89.8%-
XYZ40.327.7719.16-
YUV142.52111.91189.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.23%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=51.23%
G=23.27%
B=25.50%

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
Decimal22910411400.550.500.10355.270.6265.29
HexE5687203732A1634741
Octal3451501620676212543107101
Binary11100101110100011100100110111110010101010110001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56872; }

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

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

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

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

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

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

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

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