#e56572

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

Shades of Froly #E56572

Tints of Froly #E56572

Color information

#E56572 (or 0xE56572) is unknown color: approx Froly. HEX triplet: E5, 65 and 72. RGB value is (229,101,114). Sum of RGB (Red+Green+Blue) = 229+101+114=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E56572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56572 is #1A9A8D. Grayscale: #8C8C8C. Windows color (decimal): -1743502 or 7497189. OLE color: 7497189.

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

Color convert

RGB229101114-
CMYK00.560.500.10
HSL353.91º71.11%64.71%-
HSV(B)353.91º55.9%89.8%-
XYZ4027.1819.06-
YUV140.75112.91190.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.58%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=51.58%
G=22.75%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910111400.560.500.10353.9171.1164.71
HexE5657203832A1624741
Octal3451451620706212542107101
Binary11100101110010111100100111000110010101010110001010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e56572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e56572; }

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

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

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

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

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

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

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

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