#E75548

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

Shades of Flamingo #E75548

Tints of Flamingo #E75548

Color information

#E75548 (or 0xE75548) is unknown color: approx Flamingo. HEX triplet: E7, 55 and 48. RGB value is (231,85,72). Sum of RGB (Red+Green+Blue) = 231+85+72=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E75548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75548 is #18AAB7. Grayscale: #7F7F7F. Windows color (decimal): -1616568 or 4740583. OLE color: 4740583.

HSL color Cylindrical-coordinate representation of color #E75548: hue angle of 4.91º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E75548 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB2318572-
CMYK00.630.690.09
HSL4.91º76.81%59.41%-
HSV(B)4.91º68.83%90.59%-
XYZ37.3723.958.78-
YUV127.1796.87202.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.54%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=59.54%
G=21.91%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231857200.630.690.094.9176.8159.41
HexE7554803F45954d3b
Octal34712511007710511511573
Binary11100111101010110010000111111100010110011011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75548; }

 p { color: rgb(231,85,72); }

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

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

 a { background-color: rgb(231,85,72); }

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

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

 span { border-color: rgb(231,85,72); }

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