#E56450

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

Shades of Flamingo #E56450

Tints of Flamingo #E56450

Color information

#E56450 (or 0xE56450) is unknown color: approx Flamingo. HEX triplet: E5, 64 and 50. RGB value is (229,100,80). Sum of RGB (Red+Green+Blue) = 229+100+80=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E56450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56450 is #1A9BAF. Grayscale: #888888. Windows color (decimal): -1743792 or 5268709. OLE color: 5268709.

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

Color convert

RGB22910080-
CMYK00.560.650.10
HSL8.05º74.13%60.59%-
HSV(B)8.05º65.07%89.8%-
XYZ38.3226.3510.66-
YUV136.2996.24194.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.99%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=55.99%
G=24.45%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291008000.560.650.108.0574.1360.59
HexE5645003841A84a3d
Octal345144120070101121011275
Binary111001011100100101000001110001000001101010001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56450; }

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

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

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

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

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

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

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

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