#E56977

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

Shades of Froly #E56977

Tints of Froly #E56977

Color information

#E56977 (or 0xE56977) is unknown color: approx Froly. HEX triplet: E5, 69 and 77. RGB value is (229,105,119). Sum of RGB (Red+Green+Blue) = 229+105+119=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E56977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56977 is #1A9688. Grayscale: #8F8F8F. Windows color (decimal): -1742473 or 7825893. OLE color: 7825893.

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

Color convert

RGB229105119-
CMYK00.540.480.10
HSL353.23º70.45%65.49%-
HSV(B)353.23º54.15%89.8%-
XYZ40.6928.0920.73-
YUV143.67114.08188.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.55%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=50.55%
G=23.18%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910511900.540.480.10353.2370.4565.49
HexE5697703630A1614641
Octal3451511670666012541106101
Binary11100101110100111101110110110110000101010110000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56977; }

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

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

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

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

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

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

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

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