#E55544

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

Shades of Flamingo #E55544

Tints of Flamingo #E55544

Color information

#E55544 (or 0xE55544) is unknown color: approx Flamingo. HEX triplet: E5, 55 and 44. RGB value is (229,85,68). Sum of RGB (Red+Green+Blue) = 229+85+68=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E55544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55544 is #1AAABB. Grayscale: #7E7E7E. Windows color (decimal): -1747644 or 4478437. OLE color: 4478437.

HSL color Cylindrical-coordinate representation of color #E55544: hue angle of 6.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E55544 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB2298568-
CMYK00.630.700.10
HSL6.34º75.59%58.24%-
HSV(B)6.34º70.31%89.8%-
XYZ36.623.578.09-
YUV126.1295.21201.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.95%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=59.95%
G=22.25%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229856800.630.700.106.3475.5958.24
HexE5554403F46A64c3a
Octal34512510407710612611472
Binary11100101101010110001000111111100011010101101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55544; }

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

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

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

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

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

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

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

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