#E56776

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

Shades of Froly #E56776

Tints of Froly #E56776

Color information

#E56776 (or 0xE56776) is unknown color: approx Froly. HEX triplet: E5, 67 and 76. RGB value is (229,103,118). Sum of RGB (Red+Green+Blue) = 229+103+118=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E56776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56776 is #1A9889. Grayscale: #8E8E8E. Windows color (decimal): -1742986 or 7759845. OLE color: 7759845.

HSL color Cylindrical-coordinate representation of color #E56776: hue angle of 352.86º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56776 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229103118-
CMYK00.550.480.10
HSL352.86º70.79%65.1%-
HSV(B)352.86º55.02%89.8%-
XYZ40.4327.6720.35-
YUV142.38114.24189.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.89%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 118 (46.48% from 255) = 26.22%
R=50.89%
G=22.89%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910311800.550.480.10352.8670.7965.1
HexE5677603730A1614741
Octal3451471660676012541107101
Binary11100101110011111101100110111110000101010110000110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56776; }

 p { color: rgb(229,103,118); }

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

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

 a { background-color: rgb(229,103,118); }

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

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

 span { border-color: rgb(229,103,118); }

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