#E06149

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

Shades of Flamingo #E06149

Tints of Flamingo #E06149

Color information

#E06149 (or 0xE06149) is unknown color: approx Flamingo. HEX triplet: E0, 61 and 49. RGB value is (224,97,73). Sum of RGB (Red+Green+Blue) = 224+97+73=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E06149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06149 is #1F9EB6. Grayscale: #848484. Windows color (decimal): -2072247 or 4809184. OLE color: 4809184.

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

Color convert

RGB2249773-
CMYK00.570.670.12
HSL9.54º70.89%58.24%-
HSV(B)9.54º67.41%87.84%-
XYZ36.2224.889.2-
YUV132.2494.58193.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.85%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=56.85%
G=24.62%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224977300.570.670.129.5470.8958.24
HexE0614903943Ca473a
Octal340141111071103141210772
Binary111000001100001100100101110011000011110010101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06149; }

 p { color: rgb(224,97,73); }

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

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

 a { background-color: rgb(224,97,73); }

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

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

 span { border-color: rgb(224,97,73); }

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