#E16146

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

Shades of Flamingo #E16146

Tints of Flamingo #E16146

Color information

#E16146 (or 0xE16146) is unknown color: approx Flamingo. HEX triplet: E1, 61 and 46. RGB value is (225,97,70). Sum of RGB (Red+Green+Blue) = 225+97+70=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E16146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16146 is #1E9EB9. Grayscale: #848484. Windows color (decimal): -2006714 or 4612577. OLE color: 4612577.

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

Color convert

RGB2259770-
CMYK00.570.690.12
HSL10.45º72.09%57.84%-
HSV(B)10.45º68.89%88.24%-
XYZ36.43258.7-
YUV132.1992.91194.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 70 (27.73% from 255) = 17.86%
R=57.40%
G=24.74%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225977000.570.690.1210.4572.0957.84
HexE1614603945Ca483a
Octal341141106071105141211072
Binary111000011100001100011001110011000101110010101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16146; }

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

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

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

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

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

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

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

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