#E55E50

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

Shades of Flamingo #E55E50

Tints of Flamingo #E55E50

Color information

#E55E50 (or 0xE55E50) is unknown color: approx Flamingo. HEX triplet: E5, 5E and 50. RGB value is (229,94,80). Sum of RGB (Red+Green+Blue) = 229+94+80=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E50 is #1AA1AF. Grayscale: #848484. Windows color (decimal): -1745328 or 5267173. OLE color: 5267173.

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

Color convert

RGB2299480-
CMYK00.590.650.10
HSL5.64º74.13%60.59%-
HSV(B)5.64º65.07%89.8%-
XYZ37.7625.2410.47-
YUV132.7798.23196.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.82%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=56.82%
G=23.33%
B=19.85%

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
Decimal229948000.590.650.105.6474.1360.59
HexE55E5003B41A64a3d
Octal34513612007310112611275
Binary11100101101111010100000111011100000110101101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E50; }

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

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

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

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

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

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

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

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