#E56A51

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

Shades of Flamingo #E56A51

Tints of Flamingo #E56A51

Color information

#E56A51 (or 0xE56A51) is unknown color: approx Flamingo. HEX triplet: E5, 6A and 51. RGB value is (229,106,81). Sum of RGB (Red+Green+Blue) = 229+106+81=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A51 is #1A95AE. Grayscale: #8C8C8C. Windows color (decimal): -1742255 or 5335781. OLE color: 5335781.

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

Color convert

RGB22910681-
CMYK00.540.650.10
HSL10.14º74%60.78%-
HSV(B)10.14º64.63%89.8%-
XYZ38.9527.5611.05-
YUV139.9394.75191.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.05%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=55.05%
G=25.48%
B=19.47%

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
Decimal2291068100.540.650.1010.147460.78
HexE56A5103641Aa4a3d
Octal345152121066101121211275
Binary111001011101010101000101101101000001101010101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56A51; }

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

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

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

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

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

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

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

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