#E56058

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

Shades of Flamingo #E56058

Tints of Flamingo #E56058

Color information

#E56058 (or 0xE56058) is unknown color: approx Flamingo. HEX triplet: E5, 60 and 58. RGB value is (229,96,88). Sum of RGB (Red+Green+Blue) = 229+96+88=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E56058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56058 is #1A9FA7. Grayscale: #878787. Windows color (decimal): -1744808 or 5791973. OLE color: 5791973.

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

Color convert

RGB2299688-
CMYK00.580.620.10
HSL3.4º73.06%62.16%-
HSV(B)3.4º61.57%89.8%-
XYZ38.2625.7312.18-
YUV134.86101.56195.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 88 (34.77% from 255) = 21.31%
R=55.45%
G=23.24%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229968800.580.620.103.473.0662.16
HexE5605803A3EA3493e
Octal3451401300727612311176
Binary111001011100000101100001110101111101010111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56058; }

 p { color: rgb(229,96,88); }

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

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

 a { background-color: rgb(229,96,88); }

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

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

 span { border-color: rgb(229,96,88); }

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