#E36156

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

Shades of Flamingo #E36156

Tints of Flamingo #E36156

Color information

#E36156 (or 0xE36156) is unknown color: approx Flamingo. HEX triplet: E3, 61 and 56. RGB value is (227,97,86). Sum of RGB (Red+Green+Blue) = 227+97+86=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E36156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36156 is #1C9EA9. Grayscale: #868686. Windows color (decimal): -1875626 or 5661155. OLE color: 5661155.

HSL color Cylindrical-coordinate representation of color #E36156: hue angle of 4.68º 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 #E36156 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2279786-
CMYK00.570.620.11
HSL4.68º71.57%61.37%-
HSV(B)4.68º62.11%89.02%-
XYZ37.6325.5511.75-
YUV134.62100.57193.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.37%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=55.37%
G=23.66%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227978600.570.620.114.6871.5761.37
HexE361560393EB5483d
Octal3431411260717613511075
Binary1110001111000011010110011100111111010111011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36156; }

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

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

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

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

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

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

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

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