#E56555

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

Shades of Flamingo #E56555

Tints of Flamingo #E56555

Color information

#E56555 (or 0xE56555) is unknown color: approx Flamingo. HEX triplet: E5, 65 and 55. RGB value is (229,101,85). Sum of RGB (Red+Green+Blue) = 229+101+85=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E56555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56555 is #1A9AAA. Grayscale: #898989. Windows color (decimal): -1743531 or 5596645. OLE color: 5596645.

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

Color convert

RGB22910185-
CMYK00.560.630.10
HSL6.67º73.47%61.57%-
HSV(B)6.67º62.88%89.8%-
XYZ38.6126.6211.7-
YUV137.4598.41193.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=55.18%
G=24.34%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291018500.560.630.106.6773.4761.57
HexE565550383FA7493e
Octal3451451250707712711176
Binary1110010111001011010101011100011111110101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56555; }

 p { color: rgb(229,101,85); }

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

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

 a { background-color: rgb(229,101,85); }

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

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

 span { border-color: rgb(229,101,85); }

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