#E56255

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

Shades of Flamingo #E56255

Tints of Flamingo #E56255

Color information

#E56255 (or 0xE56255) is unknown color: approx Flamingo. HEX triplet: E5, 62 and 55. RGB value is (229,98,85). Sum of RGB (Red+Green+Blue) = 229+98+85=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E56255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56255 is #1A9DAA. Grayscale: #878787. Windows color (decimal): -1744299 or 5595877. OLE color: 5595877.

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

Color convert

RGB2299885-
CMYK00.570.630.10
HSL5.42º73.47%61.57%-
HSV(B)5.42º62.88%89.8%-
XYZ38.3226.0511.6-
YUV135.6999.4194.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.58%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=55.58%
G=23.79%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229988500.570.630.105.4273.4761.57
HexE562550393FA5493e
Octal3451421250717712511176
Binary1110010111000101010101011100111111110101011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56255; }

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

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

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

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

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

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

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

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