#E86457

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

Shades of Flamingo #E86457

Tints of Flamingo #E86457

Color information

#E86457 (or 0xE86457) is unknown color: approx Flamingo. HEX triplet: E8, 64 and 57. RGB value is (232,100,87). Sum of RGB (Red+Green+Blue) = 232+100+87=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E86457 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86457 is #179BA8. Grayscale: #8A8A8A. Windows color (decimal): -1547177 or 5727464. OLE color: 5727464.

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

Color convert

RGB23210087-
CMYK00.570.620.09
HSL5.38º75.92%62.55%-
HSV(B)5.38º62.5%90.98%-
XYZ39.5626.9612.14-
YUV137.9999.23195.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.37%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=55.37%
G=23.87%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321008700.570.620.095.3875.9262.55
HexE864570393E954c3f
Octal3501441270717611511477
Binary1110100011001001010111011100111111010011011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86457; }

 p { color: rgb(232,100,87); }

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

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

 a { background-color: rgb(232,100,87); }

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

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

 span { border-color: rgb(232,100,87); }

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