#EA5449

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

Shades of Flamingo #EA5449

Tints of Flamingo #EA5449

Color information

#EA5449 (or 0xEA5449) is unknown color: approx Flamingo. HEX triplet: EA, 54 and 49. RGB value is (234,84,73). Sum of RGB (Red+Green+Blue) = 234+84+73=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5449 is #15ABB6. Grayscale: #7F7F7F. Windows color (decimal): -1420215 or 4805866. OLE color: 4805866.

HSL color Cylindrical-coordinate representation of color #EA5449: hue angle of 4.1º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA5449 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB2348473-
CMYK00.640.690.08
HSL4.1º79.31%60.2%-
HSV(B)4.1º68.8%91.76%-
XYZ38.324.318.98-
YUV127.697.2203.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.85%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=59.85%
G=21.48%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234847300.640.690.084.179.3160.2
HexEA544904045844f3c
Octal352124111010010510411774
Binary111010101010100100100101000000100010110001001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5449; }

 p { color: rgb(234,84,73); }

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

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

 a { background-color: rgb(234,84,73); }

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

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

 span { border-color: rgb(234,84,73); }

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