#E16A4C

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

Shades of Flamingo #E16A4C

Tints of Flamingo #E16A4C

Color information

#E16A4C (or 0xE16A4C) is unknown color: approx Flamingo. HEX triplet: E1, 6A and 4C. RGB value is (225,106,76). Sum of RGB (Red+Green+Blue) = 225+106+76=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16A4C is #1E95B3. Grayscale: #8A8A8A. Windows color (decimal): -2004404 or 5008097. OLE color: 5008097.

HSL color Cylindrical-coordinate representation of color #E16A4C: hue angle of 12.08º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E16A4C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22510676-
CMYK00.530.660.12
HSL12.08º71.29%59.02%-
HSV(B)12.08º66.22%88.24%-
XYZ37.5126.8410.04-
YUV138.1692.92189.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.28%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=55.28%
G=26.04%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251067600.530.660.1212.0871.2959.02
HexE16A4C03542Cc473b
Octal341152114065102141410773
Binary111000011101010100110001101011000010110011001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A4C; }

 p { color: rgb(225,106,76); }

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

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

 a { background-color: rgb(225,106,76); }

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

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

 span { border-color: rgb(225,106,76); }

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