#E55A56

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

Shades of Flamingo #E55A56

Tints of Flamingo #E55A56

Color information

#E55A56 (or 0xE55A56) is unknown color: approx Flamingo. HEX triplet: E5, 5A and 56. RGB value is (229,90,86). Sum of RGB (Red+Green+Blue) = 229+90+86=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55A56 is #1AA5A9. Grayscale: #838383. Windows color (decimal): -1746346 or 5659365. OLE color: 5659365.

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

Color convert

RGB2299086-
CMYK00.610.620.10
HSL1.68º73.33%61.76%-
HSV(B)1.68º62.45%89.8%-
XYZ37.6524.6411.58-
YUV131.1102.55197.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.54%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=56.54%
G=22.22%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229908600.610.620.101.6873.3361.76
HexE55A5603D3EA2493e
Octal3451321260757612211176
Binary111001011011010101011001111011111101010101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55A56; }

 p { color: rgb(229,90,86); }

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

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

 a { background-color: rgb(229,90,86); }

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

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

 span { border-color: rgb(229,90,86); }

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