#E56A6F

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

Shades of Froly #E56A6F

Tints of Froly #E56A6F

Color information

#E56A6F (or 0xE56A6F) is unknown color: approx Froly. HEX triplet: E5, 6A and 6F. RGB value is (229,106,111). Sum of RGB (Red+Green+Blue) = 229+106+111=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A6F is #1A9590. Grayscale: #8F8F8F. Windows color (decimal): -1742225 or 7301861. OLE color: 7301861.

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

Color convert

RGB229106111-
CMYK00.540.520.10
HSL357.56º70.29%65.69%-
HSV(B)357.56º53.71%89.8%-
XYZ40.3428.1118.34-
YUV143.35109.75189.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.35%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=51.35%
G=23.77%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910611100.540.520.10357.5670.2965.69
HexE56A6F03634A1664642
Octal3451521570666412546106102
Binary11100101110101011011110110110110100101010110011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56A6F; }

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

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

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

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

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

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

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

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