#E85849

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

Shades of Flamingo #E85849

Tints of Flamingo #E85849

Color information

#E85849 (or 0xE85849) is unknown color: approx Flamingo. HEX triplet: E8, 58 and 49. RGB value is (232,88,73). Sum of RGB (Red+Green+Blue) = 232+88+73=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E85849 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85849 is #17A7B6. Grayscale: #818181. Windows color (decimal): -1550263 or 4806888. OLE color: 4806888.

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

Color convert

RGB2328873-
CMYK00.620.690.09
HSL5.66º77.56%59.8%-
HSV(B)5.66º68.53%90.98%-
XYZ37.9724.629.05-
YUV129.3596.21201.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.03%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=59.03%
G=22.39%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232887300.620.690.095.6677.5659.8
HexE8584903E45964e3c
Octal35013011107610511611674
Binary11101000101100010010010111110100010110011101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85849; }

 p { color: rgb(232,88,73); }

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

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

 a { background-color: rgb(232,88,73); }

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

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

 span { border-color: rgb(232,88,73); }

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