#E05843

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

Shades of Flamingo #E05843

Tints of Flamingo #E05843

Color information

#E05843 (or 0xE05843) is unknown color: approx Flamingo. HEX triplet: E0, 58 and 43. RGB value is (224,88,67). Sum of RGB (Red+Green+Blue) = 224+88+67=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E05843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05843 is #1FA7BC. Grayscale: #7E7E7E. Windows color (decimal): -2074557 or 4413664. OLE color: 4413664.

HSL color Cylindrical-coordinate representation of color #E05843: hue angle of 8.03º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E05843 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2248867-
CMYK00.610.700.12
HSL8.03º71.69%57.06%-
HSV(B)8.03º70.09%87.84%-
XYZ35.2423.237.94-
YUV126.2794.56197.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.10%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 67 (26.56% from 255) = 17.68%
R=59.10%
G=23.22%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224886700.610.700.128.0371.6957.06
HexE0584303D46C84839
Octal340130103075106141011071
Binary111000001011000100001101111011000110110010001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05843; }

 p { color: rgb(224,88,67); }

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

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

 a { background-color: rgb(224,88,67); }

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

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

 span { border-color: rgb(224,88,67); }

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