#E16846

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

Shades of Flamingo #E16846

Tints of Flamingo #E16846

Color information

#E16846 (or 0xE16846) is unknown color: approx Flamingo. HEX triplet: E1, 68 and 46. RGB value is (225,104,70). Sum of RGB (Red+Green+Blue) = 225+104+70=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E16846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16846 is #1E97B9. Grayscale: #888888. Windows color (decimal): -2004922 or 4614369. OLE color: 4614369.

HSL color Cylindrical-coordinate representation of color #E16846: hue angle of 13.16º 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 #E16846 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22510470-
CMYK00.540.690.12
HSL13.16º72.09%57.84%-
HSV(B)13.16º68.89%88.24%-
XYZ37.1126.358.92-
YUV136.390.59191.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.39%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=56.39%
G=26.07%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251047000.540.690.1213.1672.0957.84
HexE1684603645Cd483a
Octal341150106066105141511072
Binary111000011101000100011001101101000101110011011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16846; }

 p { color: rgb(225,104,70); }

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

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

 a { background-color: rgb(225,104,70); }

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

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

 span { border-color: rgb(225,104,70); }

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