#E36155

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

Shades of Flamingo #E36155

Tints of Flamingo #E36155

Color information

#E36155 (or 0xE36155) is unknown color: approx Flamingo. HEX triplet: E3, 61 and 55. RGB value is (227,97,85). Sum of RGB (Red+Green+Blue) = 227+97+85=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E36155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36155 is #1C9EAA. Grayscale: #868686. Windows color (decimal): -1875627 or 5595619. OLE color: 5595619.

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

Color convert

RGB2279785-
CMYK00.570.630.11
HSL5.07º71.72%61.18%-
HSV(B)5.07º62.56%89.02%-
XYZ37.5925.5411.54-
YUV134.5100.07193.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.50%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=55.50%
G=23.72%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227978500.570.630.115.0771.7261.18
HexE361550393FB5483d
Octal3431411250717713511075
Binary1110001111000011010101011100111111110111011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36155; }

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

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

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

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

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

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

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

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