#E36248

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

Shades of Flamingo #E36248

Tints of Flamingo #E36248

Color information

#E36248 (or 0xE36248) is unknown color: approx Flamingo. HEX triplet: E3, 62 and 48. RGB value is (227,98,72). Sum of RGB (Red+Green+Blue) = 227+98+72=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E36248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36248 is #1C9DB7. Grayscale: #858585. Windows color (decimal): -1875384 or 4743907. OLE color: 4743907.

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

Color convert

RGB2279872-
CMYK00.570.680.11
HSL10.06º73.46%58.63%-
HSV(B)10.06º68.28%89.02%-
XYZ37.2225.539.1-
YUV133.6193.24194.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.18%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=57.18%
G=24.69%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227987200.570.680.1110.0673.4658.63
HexE3624803944Ba493b
Octal343142110071104131211173
Binary111000111100010100100001110011000100101110101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36248; }

 p { color: rgb(227,98,72); }

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

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

 a { background-color: rgb(227,98,72); }

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

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

 span { border-color: rgb(227,98,72); }

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