#E56476

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

Shades of Froly #E56476

Tints of Froly #E56476

Color information

#E56476 (or 0xE56476) is unknown color: approx Froly. HEX triplet: E5, 64 and 76. RGB value is (229,100,118). Sum of RGB (Red+Green+Blue) = 229+100+118=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E56476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56476 is #1A9B89. Grayscale: #8C8C8C. Windows color (decimal): -1743754 or 7759077. OLE color: 7759077.

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

Color convert

RGB229100118-
CMYK00.560.480.10
HSL351.63º71.27%64.51%-
HSV(B)351.63º56.33%89.8%-
XYZ40.1427.0820.25-
YUV140.62115.24191.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.23%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=51.23%
G=22.37%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910011800.560.480.10351.6371.2764.51
HexE5647603830A1604741
Octal3451441660706012540107101
Binary11100101110010011101100111000110000101010110000010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56476; }

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

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

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

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

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

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

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

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