#e05a4e

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

Shades of Flamingo #E05A4E

Tints of Flamingo #E05A4E

Color information

#E05A4E (or 0xE05A4E) is unknown color: approx Flamingo. HEX triplet: E0, 5A and 4E. RGB value is (224,90,78). Sum of RGB (Red+Green+Blue) = 224+90+78=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A4E is #1FA5B1. Grayscale: #808080. Windows color (decimal): -2074034 or 5135072. OLE color: 5135072.

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

Color convert

RGB2249078-
CMYK00.600.650.12
HSL4.93º70.19%59.22%-
HSV(B)4.93º65.18%87.84%-
XYZ35.7723.719.9-
YUV128.799.39195.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.14%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=57.14%
G=22.96%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224907800.600.650.124.9370.1959.22
HexE05A4E03C41C5463b
Octal34013211607410114510673
Binary11100000101101010011100111100100000111001011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05a4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05a4e; }

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

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

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

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

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

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

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

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