#E56955

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

Shades of Flamingo #E56955

Tints of Flamingo #E56955

Color information

#E56955 (or 0xE56955) is unknown color: approx Flamingo. HEX triplet: E5, 69 and 55. RGB value is (229,105,85). Sum of RGB (Red+Green+Blue) = 229+105+85=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E56955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56955 is #1A96AA. Grayscale: #8C8C8C. Windows color (decimal): -1742507 or 5597669. OLE color: 5597669.

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

Color convert

RGB22910585-
CMYK00.540.630.10
HSL8.33º73.47%61.57%-
HSV(B)8.33º62.88%89.8%-
XYZ3927.4211.83-
YUV139.897.08191.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.65%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 85 (33.59% from 255) = 20.29%
R=54.65%
G=25.06%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291058500.540.630.108.3373.4761.57
HexE569550363FA8493e
Octal34515112506677121011176
Binary11100101110100110101010110110111111101010001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56955; }

 p { color: rgb(229,105,85); }

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

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

 a { background-color: rgb(229,105,85); }

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

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

 span { border-color: rgb(229,105,85); }

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