#E56155

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

Shades of Flamingo #E56155

Tints of Flamingo #E56155

Color information

#E56155 (or 0xE56155) is unknown color: approx Flamingo. HEX triplet: E5, 61 and 55. RGB value is (229,97,85). Sum of RGB (Red+Green+Blue) = 229+97+85=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E56155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56155 is #1A9EAA. Grayscale: #878787. Windows color (decimal): -1744555 or 5595621. OLE color: 5595621.

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

Color convert

RGB2299785-
CMYK00.580.630.10
HSL73.47%61.57%-
HSV(B)62.88%89.8%-
XYZ38.2325.8611.57-
YUV135.199.73194.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.72%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=55.72%
G=23.60%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229978500.580.630.10573.4761.57
HexE5615503A3FA5493e
Octal3451411250727712511176
Binary1110010111000011010101011101011111110101011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56155; }

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

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

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

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

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

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

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

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