#E86555

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

Shades of Flamingo #E86555

Tints of Flamingo #E86555

Color information

#E86555 (or 0xE86555) is unknown color: approx Flamingo. HEX triplet: E8, 65 and 55. RGB value is (232,101,85). Sum of RGB (Red+Green+Blue) = 232+101+85=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E86555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86555 is #179AAA. Grayscale: #8A8A8A. Windows color (decimal): -1546923 or 5596648. OLE color: 5596648.

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

Color convert

RGB23210185-
CMYK00.560.630.09
HSL6.53º76.17%62.16%-
HSV(B)6.53º63.36%90.98%-
XYZ39.5727.1211.74-
YUV138.3497.9194.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.50%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=55.50%
G=24.16%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321018500.560.630.096.5376.1762.16
HexE865550383F974c3e
Octal3501451250707711711476
Binary1110100011001011010101011100011111110011111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86555; }

 p { color: rgb(232,101,85); }

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

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

 a { background-color: rgb(232,101,85); }

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

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

 span { border-color: rgb(232,101,85); }

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