#E85F42

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

Shades of Flamingo #E85F42

Tints of Flamingo #E85F42

Color information

#E85F42 (or 0xE85F42) is unknown color: approx Flamingo. HEX triplet: E8, 5F and 42. RGB value is (232,95,66). Sum of RGB (Red+Green+Blue) = 232+95+66=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F42 is #17A0BD. Grayscale: #848484. Windows color (decimal): -1548478 or 4349928. OLE color: 4349928.

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

Color convert

RGB2329566-
CMYK00.590.720.09
HSL10.48º78.3%58.43%-
HSV(B)10.48º71.55%90.98%-
XYZ38.3525.738.1-
YUV132.6690.39198.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.03%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 66 (26.17% from 255) = 16.79%
R=59.03%
G=24.17%
B=16.79%

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
Decimal232956600.590.720.0910.4878.358.43
HexE85F4203B489a4e3a
Octal350137102073110111211672
Binary111010001011111100001001110111001000100110101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F42; }

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

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

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

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

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

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

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

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