#E35547

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

Shades of Flamingo #E35547

Tints of Flamingo #E35547

Color information

#E35547 (or 0xE35547) is unknown color: approx Flamingo. HEX triplet: E3, 55 and 47. RGB value is (227,85,71). Sum of RGB (Red+Green+Blue) = 227+85+71=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E35547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35547 is #1CAAB8. Grayscale: #7E7E7E. Windows color (decimal): -1878713 or 4675043. OLE color: 4675043.

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

Color convert

RGB2278571-
CMYK00.630.690.11
HSL5.38º73.58%58.43%-
HSV(B)5.38º68.72%89.02%-
XYZ36.0623.288.55-
YUV125.8697.04200.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.27%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=59.27%
G=22.19%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227857100.630.690.115.3873.5858.43
HexE3554703F45B54a3a
Octal34312510707710513511272
Binary11100011101010110001110111111100010110111011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35547; }

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

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

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

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

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

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

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

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