#E86757

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

Shades of Flamingo #E86757

Tints of Flamingo #E86757

Color information

#E86757 (or 0xE86757) is unknown color: approx Flamingo. HEX triplet: E8, 67 and 57. RGB value is (232,103,87). Sum of RGB (Red+Green+Blue) = 232+103+87=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E86757 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86757 is #1798A8. Grayscale: #8B8B8B. Windows color (decimal): -1546409 or 5728232. OLE color: 5728232.

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

Color convert

RGB23210387-
CMYK00.560.620.09
HSL6.62º75.92%62.55%-
HSV(B)6.62º62.5%90.98%-
XYZ39.8527.5412.23-
YUV139.7598.24193.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.98%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=54.98%
G=24.41%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321038700.560.620.096.6275.9262.55
HexE867570383E974c3f
Octal3501471270707611711477
Binary1110100011001111010111011100011111010011111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86757; }

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

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

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

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

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

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

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

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