#E56777

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

Shades of Froly #E56777

Tints of Froly #E56777

Color information

#E56777 (or 0xE56777) is unknown color: approx Froly. HEX triplet: E5, 67 and 77. RGB value is (229,103,119). Sum of RGB (Red+Green+Blue) = 229+103+119=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E56777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56777 is #1A9888. Grayscale: #8E8E8E. Windows color (decimal): -1742985 or 7825381. OLE color: 7825381.

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

Color convert

RGB229103119-
CMYK00.550.480.10
HSL352.38º70.79%65.1%-
HSV(B)352.38º55.02%89.8%-
XYZ40.4927.6920.66-
YUV142.5114.74189.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=50.78%
G=22.84%
B=26.39%

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
Decimal22910311900.550.480.10352.3870.7965.1
HexE5677703730A1604741
Octal3451471670676012540107101
Binary11100101110011111101110110111110000101010110000010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56777; }

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

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

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

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

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

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

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

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