#e55e49

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

Shades of Flamingo #E55E49

Tints of Flamingo #E55E49

Color information

#E55E49 (or 0xE55E49) is unknown color: approx Flamingo. HEX triplet: E5, 5E and 49. RGB value is (229,94,73). Sum of RGB (Red+Green+Blue) = 229+94+73=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55E49 is #1AA1B6. Grayscale: #848484. Windows color (decimal): -1745335 or 4808421. OLE color: 4808421.

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

Color convert

RGB2299473-
CMYK00.590.680.10
HSL8.08º75%59.22%-
HSV(B)8.08º68.12%89.8%-
XYZ37.5225.149.18-
YUV131.9794.73197.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.83%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=57.83%
G=23.74%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229947300.590.680.108.087559.22
HexE55E4903B44A84b3b
Octal345136111073104121011373
Binary111001011011110100100101110111000100101010001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55e49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55e49; }

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

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

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

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

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

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

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

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