#E55740

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

Shades of Flamingo #E55740

Tints of Flamingo #E55740

Color information

#E55740 (or 0xE55740) is unknown color: approx Flamingo. HEX triplet: E5, 57 and 40. RGB value is (229,87,64). Sum of RGB (Red+Green+Blue) = 229+87+64=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E55740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55740 is #1AA8BF. Grayscale: #7F7F7F. Windows color (decimal): -1747136 or 4216805. OLE color: 4216805.

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

Color convert

RGB2298764-
CMYK00.620.720.10
HSL8.36º76.04%57.45%-
HSV(B)8.36º72.05%89.8%-
XYZ36.6523.847.52-
YUV126.8492.54200.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.26%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=60.26%
G=22.89%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229876400.620.720.108.3676.0457.45
HexE5574003E48A84c39
Octal345127100076110121011471
Binary111001011010111100000001111101001000101010001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55740; }

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

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

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

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

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

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

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

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