#E36056

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

Shades of Flamingo #E36056

Tints of Flamingo #E36056

Color information

#E36056 (or 0xE36056) is unknown color: approx Flamingo. HEX triplet: E3, 60 and 56. RGB value is (227,96,86). Sum of RGB (Red+Green+Blue) = 227+96+86=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E36056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36056 is #1C9FA9. Grayscale: #868686. Windows color (decimal): -1875882 or 5660899. OLE color: 5660899.

HSL color Cylindrical-coordinate representation of color #E36056: hue angle of 4.26º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E36056 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2279686-
CMYK00.580.620.11
HSL4.26º71.57%61.37%-
HSV(B)4.26º62.11%89.02%-
XYZ37.5425.3711.72-
YUV134.03100.9194.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.50%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=55.50%
G=23.47%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227968600.580.620.114.2671.5761.37
HexE3605603A3EB4483d
Octal3431401260727613411075
Binary1110001111000001010110011101011111010111001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36056; }

 p { color: rgb(227,96,86); }

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

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

 a { background-color: rgb(227,96,86); }

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

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

 span { border-color: rgb(227,96,86); }

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