#E55942

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

Shades of Flamingo #E55942

Tints of Flamingo #E55942

Color information

#E55942 (or 0xE55942) is unknown color: approx Flamingo. HEX triplet: E5, 59 and 42. RGB value is (229,89,66). Sum of RGB (Red+Green+Blue) = 229+89+66=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E55942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55942 is #1AA6BD. Grayscale: #808080. Windows color (decimal): -1746622 or 4348389. OLE color: 4348389.

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

Color convert

RGB2298966-
CMYK00.610.710.10
HSL8.47º75.81%57.84%-
HSV(B)8.47º71.18%89.8%-
XYZ36.8724.27.88-
YUV128.2492.88199.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.64%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=59.64%
G=23.18%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229896600.610.710.108.4775.8157.84
HexE5594203D47A84c3a
Octal345131102075107121011472
Binary111001011011001100001001111011000111101010001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55942; }

 p { color: rgb(229,89,66); }

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

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

 a { background-color: rgb(229,89,66); }

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

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

 span { border-color: rgb(229,89,66); }

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