#E56050

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

Shades of Flamingo #E56050

Tints of Flamingo #E56050

Color information

#E56050 (or 0xE56050) is unknown color: approx Flamingo. HEX triplet: E5, 60 and 50. RGB value is (229,96,80). Sum of RGB (Red+Green+Blue) = 229+96+80=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E56050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56050 is #1A9FAF. Grayscale: #868686. Windows color (decimal): -1744816 or 5267685. OLE color: 5267685.

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

Color convert

RGB2299680-
CMYK00.580.650.10
HSL6.44º74.13%60.59%-
HSV(B)6.44º65.07%89.8%-
XYZ37.9425.610.53-
YUV133.9497.56195.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.54%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=56.54%
G=23.70%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229968000.580.650.106.4474.1360.59
HexE5605003A41A64a3d
Octal34514012007210112611275
Binary11100101110000010100000111010100000110101101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56050; }

 p { color: rgb(229,96,80); }

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

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

 a { background-color: rgb(229,96,80); }

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

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

 span { border-color: rgb(229,96,80); }

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