#E55F50

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

Shades of Flamingo #E55F50

Tints of Flamingo #E55F50

Color information

#E55F50 (or 0xE55F50) is unknown color: approx Flamingo. HEX triplet: E5, 5F and 50. RGB value is (229,95,80). Sum of RGB (Red+Green+Blue) = 229+95+80=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F50 is #1AA0AF. Grayscale: #858585. Windows color (decimal): -1745072 or 5267429. OLE color: 5267429.

HSL color Cylindrical-coordinate representation of color #E55F50: hue angle of 6.04º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55F50 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB2299580-
CMYK00.590.650.10
HSL6.04º74.13%60.59%-
HSV(B)6.04º65.07%89.8%-
XYZ37.8525.4210.5-
YUV133.3697.89196.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.68%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=56.68%
G=23.51%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229958000.590.650.106.0474.1360.59
HexE55F5003B41A64a3d
Octal34513712007310112611275
Binary11100101101111110100000111011100000110101101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55F50; }

 p { color: rgb(229,95,80); }

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

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

 a { background-color: rgb(229,95,80); }

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

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

 span { border-color: rgb(229,95,80); }

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