#E55641

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

Shades of Flamingo #E55641

Tints of Flamingo #E55641

Color information

#E55641 (or 0xE55641) is unknown color: approx Flamingo. HEX triplet: E5, 56 and 41. RGB value is (229,86,65). Sum of RGB (Red+Green+Blue) = 229+86+65=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E55641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55641 is #1AA9BE. Grayscale: #7E7E7E. Windows color (decimal): -1747391 or 4282085. OLE color: 4282085.

HSL color Cylindrical-coordinate representation of color #E55641: hue angle of 7.68º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E55641 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB2298665-
CMYK00.620.720.10
HSL7.68º75.93%57.65%-
HSV(B)7.68º71.62%89.8%-
XYZ36.623.77.65-
YUV126.3693.38201.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.26%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=60.26%
G=22.63%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229866500.620.720.107.6875.9357.65
HexE5564103E48A84c3a
Octal345126101076110121011472
Binary111001011010110100000101111101001000101010001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55641; }

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

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

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

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

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

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

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

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