#E56F7E

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

Shades of Froly #E56F7E

Tints of Froly #E56F7E

Color information

#E56F7E (or 0xE56F7E) is unknown color: approx Froly. HEX triplet: E5, 6F and 7E. RGB value is (229,111,126). Sum of RGB (Red+Green+Blue) = 229+111+126=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F7E is #1A9081. Grayscale: #949494. Windows color (decimal): -1740930 or 8286181. OLE color: 8286181.

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

Color convert

RGB229111126-
CMYK00.520.450.10
HSL352.37º69.41%66.67%-
HSV(B)352.37º51.53%89.8%-
XYZ41.7629.5323.24-
YUV147.99115.59185.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 111 (43.75% from 255) = 23.82%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=49.14%
G=23.82%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911112600.520.450.10352.3769.4166.67
HexE56F7E0342DA1604543
Octal3451571760645512540105103
Binary11100101110111111111100110100101101101010110000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56F7E; }

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

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

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

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

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

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

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

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