#E85942

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

Shades of Flamingo #E85942

Tints of Flamingo #E85942

Color information

#E85942 (or 0xE85942) is unknown color: approx Flamingo. HEX triplet: E8, 59 and 42. RGB value is (232,89,66). Sum of RGB (Red+Green+Blue) = 232+89+66=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E85942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85942 is #17A6BD. Grayscale: #818181. Windows color (decimal): -1550014 or 4348392. OLE color: 4348392.

HSL color Cylindrical-coordinate representation of color #E85942: hue angle of 8.31º 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 #E85942 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2328966-
CMYK00.620.720.09
HSL8.31º78.3%58.43%-
HSV(B)8.31º71.55%90.98%-
XYZ37.8324.697.93-
YUV129.1492.38201.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.95%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=59.95%
G=23.00%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232896600.620.720.098.3178.358.43
HexE8594203E48984e3a
Octal350131102076110111011672
Binary111010001011001100001001111101001000100110001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85942; }

 p { color: rgb(232,89,66); }

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

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

 a { background-color: rgb(232,89,66); }

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

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

 span { border-color: rgb(232,89,66); }

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