#E56F7C

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

Shades of Froly #E56F7C

Tints of Froly #E56F7C

Color information

#E56F7C (or 0xE56F7C) is unknown color: approx Froly. HEX triplet: E5, 6F and 7C. RGB value is (229,111,124). Sum of RGB (Red+Green+Blue) = 229+111+124=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F7C is #1A9083. Grayscale: #939393. Windows color (decimal): -1740932 or 8155109. OLE color: 8155109.

HSL color Cylindrical-coordinate representation of color #E56F7C: hue angle of 353.39º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56F7C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229111124-
CMYK00.520.460.10
HSL353.39º69.41%66.67%-
HSV(B)353.39º51.53%89.8%-
XYZ41.6429.4822.56-
YUV147.76114.59185.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=49.35%
G=23.92%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911112400.520.460.10353.3969.4166.67
HexE56F7C0342EA1614543
Octal3451571740645612541105103
Binary11100101110111111111000110100101110101010110000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56F7C; }

 p { color: rgb(229,111,124); }

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

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

 a { background-color: rgb(229,111,124); }

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

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

 span { border-color: rgb(229,111,124); }

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