#E86857

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

Shades of Flamingo #E86857

Tints of Flamingo #E86857

Color information

#E86857 (or 0xE86857) is unknown color: approx Flamingo. HEX triplet: E8, 68 and 57. RGB value is (232,104,87). Sum of RGB (Red+Green+Blue) = 232+104+87=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E86857 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86857 is #1797A8. Grayscale: #8C8C8C. Windows color (decimal): -1546153 or 5728488. OLE color: 5728488.

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

Color convert

RGB23210487-
CMYK00.550.620.09
HSL7.03º75.92%62.55%-
HSV(B)7.03º62.5%90.98%-
XYZ39.9527.7412.27-
YUV140.3397.91193.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.85%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=54.85%
G=24.59%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321048700.550.620.097.0375.9262.55
HexE868570373E974c3f
Octal3501501270677611711477
Binary1110100011010001010111011011111111010011111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86857; }

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

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

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

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

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

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

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

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