#E1684A

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

Shades of Flamingo #E1684A

Tints of Flamingo #E1684A

Color information

#E1684A (or 0xE1684A) is unknown color: approx Flamingo. HEX triplet: E1, 68 and 4A. RGB value is (225,104,74). Sum of RGB (Red+Green+Blue) = 225+104+74=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1684A is #1E97B5. Grayscale: #898989. Windows color (decimal): -2004918 or 4876513. OLE color: 4876513.

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

Color convert

RGB22510474-
CMYK00.540.670.12
HSL11.92º71.56%58.63%-
HSV(B)11.92º67.11%88.24%-
XYZ37.2426.49.61-
YUV136.7692.59190.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 74 (29.30% from 255) = 18.36%
R=55.83%
G=25.81%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251047400.540.670.1211.9271.5658.63
HexE1684A03643Cc483b
Octal341150112066103141411073
Binary111000011101000100101001101101000011110011001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1684A; }

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

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

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

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

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

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

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

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