#E56F7F

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

Shades of Froly #E56F7F

Tints of Froly #E56F7F

Color information

#E56F7F (or 0xE56F7F) is unknown color: approx Froly. HEX triplet: E5, 6F and 7F. RGB value is (229,111,127). Sum of RGB (Red+Green+Blue) = 229+111+127=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F7F is #1A9080. Grayscale: #949494. Windows color (decimal): -1740929 or 8351717. OLE color: 8351717.

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

Color convert

RGB229111127-
CMYK00.520.450.10
HSL351.86º69.41%66.67%-
HSV(B)351.86º51.53%89.8%-
XYZ41.8329.5623.58-
YUV148.11116.09185.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 127 (50% from 255) = 27.19%
R=49.04%
G=23.77%
B=27.19%

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
Decimal22911112700.520.450.10351.8669.4166.67
HexE56F7F0342DA1604543
Octal3451571770645512540105103
Binary11100101110111111111110110100101101101010110000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56F7F; }

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

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

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

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

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

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

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

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