#E05743

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

Shades of Flamingo #E05743

Tints of Flamingo #E05743

Color information

#E05743 (or 0xE05743) is unknown color: approx Flamingo. HEX triplet: E0, 57 and 43. RGB value is (224,87,67). Sum of RGB (Red+Green+Blue) = 224+87+67=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E05743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05743 is #1FA8BC. Grayscale: #7D7D7D. Windows color (decimal): -2074813 or 4413408. OLE color: 4413408.

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

Color convert

RGB2248767-
CMYK00.610.700.12
HSL7.64º71.69%57.06%-
HSV(B)7.64º70.09%87.84%-
XYZ35.1623.077.91-
YUV125.6894.89198.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.26%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 67 (26.56% from 255) = 17.72%
R=59.26%
G=23.02%
B=17.72%

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
Decimal224876700.610.700.127.6471.6957.06
HexE0574303D46C84839
Octal340127103075106141011071
Binary111000001010111100001101111011000110110010001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05743; }

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

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

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

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

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

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

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

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