#E85E41

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

Shades of Flamingo #E85E41

Tints of Flamingo #E85E41

Color information

#E85E41 (or 0xE85E41) is unknown color: approx Flamingo. HEX triplet: E8, 5E and 41. RGB value is (232,94,65). Sum of RGB (Red+Green+Blue) = 232+94+65=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E41 is #17A1BE. Grayscale: #848484. Windows color (decimal): -1548735 or 4284136. OLE color: 4284136.

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

Color convert

RGB2329465-
CMYK00.590.720.09
HSL10.42º78.4%58.24%-
HSV(B)10.42º71.98%90.98%-
XYZ38.2425.547.92-
YUV131.9690.22199.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.34%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=59.34%
G=24.04%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232946500.590.720.0910.4278.458.24
HexE85E4103B489a4e3a
Octal350136101073110111211672
Binary111010001011110100000101110111001000100110101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85E41; }

 p { color: rgb(232,94,65); }

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

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

 a { background-color: rgb(232,94,65); }

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

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

 span { border-color: rgb(232,94,65); }

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