#EA6040

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

Shades of Flamingo #EA6040

Tints of Flamingo #EA6040

Color information

#EA6040 (or 0xEA6040) is unknown color: approx Flamingo. HEX triplet: EA, 60 and 40. RGB value is (234,96,64). Sum of RGB (Red+Green+Blue) = 234+96+64=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6040 is #159FBF. Grayscale: #858585. Windows color (decimal): -1417152 or 4219114. OLE color: 4219114.

HSL color Cylindrical-coordinate representation of color #EA6040: hue angle of 11.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA6040 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB2349664-
CMYK00.590.730.08
HSL11.29º80.19%58.43%-
HSV(B)11.29º72.65%91.76%-
XYZ39.0426.237.86-
YUV133.6188.72199.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.39%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=59.39%
G=24.37%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234966400.590.730.0811.2980.1958.43
HexEA604003B498b503a
Octal352140100073111101312072
Binary111010101100000100000001110111001001100010111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6040; }

 p { color: rgb(234,96,64); }

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

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

 a { background-color: rgb(234,96,64); }

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

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

 span { border-color: rgb(234,96,64); }

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