#E05D4E

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

Shades of Flamingo #E05D4E

Tints of Flamingo #E05D4E

Color information

#E05D4E (or 0xE05D4E) is unknown color: approx Flamingo. HEX triplet: E0, 5D and 4E. RGB value is (224,93,78). Sum of RGB (Red+Green+Blue) = 224+93+78=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D4E is #1FA2B1. Grayscale: #828282. Windows color (decimal): -2073266 or 5135840. OLE color: 5135840.

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

Color convert

RGB2249378-
CMYK00.580.650.12
HSL6.16º70.19%59.22%-
HSV(B)6.16º65.18%87.84%-
XYZ36.0324.239.98-
YUV130.4698.4194.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.71%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=56.71%
G=23.54%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224937800.580.650.126.1670.1959.22
HexE05D4E03A41C6463b
Octal34013511607210114610673
Binary11100000101110110011100111010100000111001101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05D4E; }

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

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

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

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

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

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

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

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