#E55842

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

Shades of Flamingo #E55842

Tints of Flamingo #E55842

Color information

#E55842 (or 0xE55842) is unknown color: approx Flamingo. HEX triplet: E5, 58 and 42. RGB value is (229,88,66). Sum of RGB (Red+Green+Blue) = 229+88+66=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E55842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55842 is #1AA7BD. Grayscale: #7F7F7F. Windows color (decimal): -1746878 or 4348133. OLE color: 4348133.

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

Color convert

RGB2298866-
CMYK00.620.710.10
HSL8.1º75.81%57.84%-
HSV(B)8.1º71.18%89.8%-
XYZ36.7924.037.85-
YUV127.6593.21200.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.79%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=59.79%
G=22.98%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229886600.620.710.108.175.8157.84
HexE5584203E47A84c3a
Octal345130102076107121011472
Binary111001011011000100001001111101000111101010001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55842; }

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

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

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

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

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

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

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

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