#E16443

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

Shades of Flamingo #E16443

Tints of Flamingo #E16443

Color information

#E16443 (or 0xE16443) is unknown color: approx Flamingo. HEX triplet: E1, 64 and 43. RGB value is (225,100,67). Sum of RGB (Red+Green+Blue) = 225+100+67=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E16443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16443 is #1E9BBC. Grayscale: #858585. Windows color (decimal): -2005949 or 4416737. OLE color: 4416737.

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

Color convert

RGB22510067-
CMYK00.560.700.12
HSL12.53º72.48%57.25%-
HSV(B)12.53º70.22%88.24%-
XYZ36.6225.538.31-
YUV133.6190.41193.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=57.40%
G=25.51%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251006700.560.700.1212.5372.4857.25
HexE1644303846Cd4839
Octal341144103070106141511071
Binary111000011100100100001101110001000110110011011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16443; }

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

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

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

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

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

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

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

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