#e55749

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

Shades of Flamingo #E55749

Tints of Flamingo #E55749

Color information

#E55749 (or 0xE55749) is unknown color: approx Flamingo. HEX triplet: E5, 57 and 49. RGB value is (229,87,73). Sum of RGB (Red+Green+Blue) = 229+87+73=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E55749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55749 is #1AA8B6. Grayscale: #808080. Windows color (decimal): -1747127 or 4806629. OLE color: 4806629.

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

Color convert

RGB2298773-
CMYK00.620.680.10
HSL5.38º75%59.22%-
HSV(B)5.38º68.12%89.8%-
XYZ36.9223.968.98-
YUV127.8697.04200.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.87%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=58.87%
G=22.37%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229877300.620.680.105.387559.22
HexE5574903E44A54b3b
Octal34512711107610412511373
Binary11100101101011110010010111110100010010101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55749; }

 p { color: rgb(229,87,73); }

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

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

 a { background-color: rgb(229,87,73); }

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

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

 span { border-color: rgb(229,87,73); }

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