#E55D56

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

Shades of Flamingo #E55D56

Tints of Flamingo #E55D56

Color information

#E55D56 (or 0xE55D56) is unknown color: approx Flamingo. HEX triplet: E5, 5D and 56. RGB value is (229,93,86). Sum of RGB (Red+Green+Blue) = 229+93+86=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D56 is #1AA2A9. Grayscale: #858585. Windows color (decimal): -1745578 or 5660133. OLE color: 5660133.

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

Color convert

RGB2299386-
CMYK00.590.620.10
HSL2.94º73.33%61.76%-
HSV(B)2.94º62.45%89.8%-
XYZ37.9125.1611.66-
YUV132.87101.56196.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.13%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=56.13%
G=22.79%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229938600.590.620.102.9473.3361.76
HexE55D5603B3EA3493e
Octal3451351260737612311176
Binary111001011011101101011001110111111101010111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55D56; }

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

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

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

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

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

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

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

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