#E05A45

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

Shades of Flamingo #E05A45

Tints of Flamingo #E05A45

Color information

#E05A45 (or 0xE05A45) is unknown color: approx Flamingo. HEX triplet: E0, 5A and 45. RGB value is (224,90,69). Sum of RGB (Red+Green+Blue) = 224+90+69=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A45 is #1FA5BA. Grayscale: #7F7F7F. Windows color (decimal): -2074043 or 4545248. OLE color: 4545248.

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

Color convert

RGB2249069-
CMYK00.600.690.12
HSL8.13º71.43%57.45%-
HSV(B)8.13º69.2%87.84%-
XYZ35.4723.598.31-
YUV127.6794.89196.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.49%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=58.49%
G=23.50%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224906900.600.690.128.1371.4357.45
HexE05A4503C45C84739
Octal340132105074105141010771
Binary111000001011010100010101111001000101110010001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05A45; }

 p { color: rgb(224,90,69); }

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

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

 a { background-color: rgb(224,90,69); }

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

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

 span { border-color: rgb(224,90,69); }

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