#E16445

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

Shades of Flamingo #E16445

Tints of Flamingo #E16445

Color information

#E16445 (or 0xE16445) is unknown color: approx Flamingo. HEX triplet: E1, 64 and 45. RGB value is (225,100,69). Sum of RGB (Red+Green+Blue) = 225+100+69=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E16445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16445 is #1E9BBA. Grayscale: #868686. Windows color (decimal): -2005947 or 4547809. OLE color: 4547809.

HSL color Cylindrical-coordinate representation of color #E16445: hue angle of 11.92º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E16445 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22510069-
CMYK00.560.690.12
HSL11.92º72.22%57.65%-
HSV(B)11.92º69.33%88.24%-
XYZ36.6825.558.63-
YUV133.8491.41193.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.11%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=57.11%
G=25.38%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251006900.560.690.1211.9272.2257.65
HexE1644503845Cc483a
Octal341144105070105141411072
Binary111000011100100100010101110001000101110011001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16445; }

 p { color: rgb(225,100,69); }

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

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

 a { background-color: rgb(225,100,69); }

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

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

 span { border-color: rgb(225,100,69); }

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