#E05C45

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

Shades of Flamingo #E05C45

Tints of Flamingo #E05C45

Color information

#E05C45 (or 0xE05C45) is unknown color: approx Flamingo. HEX triplet: E0, 5C and 45. RGB value is (224,92,69). Sum of RGB (Red+Green+Blue) = 224+92+69=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05C45 is #1FA3BA. Grayscale: #818181. Windows color (decimal): -2073531 or 4545760. OLE color: 4545760.

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

Color convert

RGB2249269-
CMYK00.590.690.12
HSL8.9º71.43%57.45%-
HSV(B)8.9º69.2%87.84%-
XYZ35.6423.938.37-
YUV128.8594.23195.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.18%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=58.18%
G=23.90%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224926900.590.690.128.971.4357.45
HexE05C4503B45C94739
Octal340134105073105141110771
Binary111000001011100100010101110111000101110010011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05C45; }

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

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

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

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

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

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

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

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