#E16643

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

Shades of Flamingo #E16643

Tints of Flamingo #E16643

Color information

#E16643 (or 0xE16643) is unknown color: approx Flamingo. HEX triplet: E1, 66 and 43. RGB value is (225,102,67). Sum of RGB (Red+Green+Blue) = 225+102+67=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E16643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16643 is #1E99BC. Grayscale: #878787. Windows color (decimal): -2005437 or 4417249. OLE color: 4417249.

HSL color Cylindrical-coordinate representation of color #E16643: hue angle of 13.29º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E16643 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB22510267-
CMYK00.550.700.12
HSL13.29º72.48%57.25%-
HSV(B)13.29º70.22%88.24%-
XYZ36.8225.928.37-
YUV134.7989.75192.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.11%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 67 (26.56% from 255) = 17.01%
R=57.11%
G=25.89%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251026700.550.700.1213.2972.4857.25
HexE1664303746Cd4839
Octal341146103067106141511071
Binary111000011100110100001101101111000110110011011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16643; }

 p { color: rgb(225,102,67); }

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

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

 a { background-color: rgb(225,102,67); }

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

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

 span { border-color: rgb(225,102,67); }

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