#E56341

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

Shades of Flamingo #E56341

Tints of Flamingo #E56341

Color information

#E56341 (or 0xE56341) is unknown color: approx Flamingo. HEX triplet: E5, 63 and 41. RGB value is (229,99,65). Sum of RGB (Red+Green+Blue) = 229+99+65=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E56341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56341 is #1A9CBE. Grayscale: #868686. Windows color (decimal): -1744063 or 4285413. OLE color: 4285413.

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

Color convert

RGB2299965-
CMYK00.570.720.10
HSL12.44º75.93%57.65%-
HSV(B)12.44º71.62%89.8%-
XYZ37.7325.968.02-
YUV133.9989.07195.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.27%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=58.27%
G=25.19%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229996500.570.720.1012.4475.9357.65
HexE5634103948Ac4c3a
Octal345143101071110121411472
Binary111001011100011100000101110011001000101011001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56341; }

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

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

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

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

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

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

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

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