#E0664A

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

Shades of Flamingo #E0664A

Tints of Flamingo #E0664A

Color information

#E0664A (or 0xE0664A) is unknown color: approx Flamingo. HEX triplet: E0, 66 and 4A. RGB value is (224,102,74). Sum of RGB (Red+Green+Blue) = 224+102+74=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0664A is #1F99B5. Grayscale: #878787. Windows color (decimal): -2070966 or 4876000. OLE color: 4876000.

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

Color convert

RGB22410274-
CMYK00.540.670.12
HSL11.2º70.75%58.43%-
HSV(B)11.2º66.96%87.84%-
XYZ36.7325.849.53-
YUV135.2993.42191.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 74 (29.30% from 255) = 18.5%
R=56%
G=25.5%
B=18.5%

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
Decimal2241027400.540.670.1211.270.7558.43
HexE0664A03643Cb473a
Octal340146112066103141310772
Binary111000001100110100101001101101000011110010111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0664A; }

 p { color: rgb(224,102,74); }

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

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

 a { background-color: rgb(224,102,74); }

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

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

 span { border-color: rgb(224,102,74); }

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