#E56A50

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

Shades of Flamingo #E56A50

Tints of Flamingo #E56A50

Color information

#E56A50 (or 0xE56A50) is unknown color: approx Flamingo. HEX triplet: E5, 6A and 50. RGB value is (229,106,80). Sum of RGB (Red+Green+Blue) = 229+106+80=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A50 is #1A95AF. Grayscale: #8C8C8C. Windows color (decimal): -1742256 or 5270245. OLE color: 5270245.

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

Color convert

RGB22910680-
CMYK00.540.650.10
HSL10.47º74.13%60.59%-
HSV(B)10.47º65.07%89.8%-
XYZ38.9227.5510.86-
YUV139.8194.25191.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=55.18%
G=25.54%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291068000.540.650.1010.4774.1360.59
HexE56A5003641Aa4a3d
Octal345152120066101121211275
Binary111001011101010101000001101101000001101010101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56A50; }

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

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

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

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

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

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

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

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