#E86456

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

Shades of Flamingo #E86456

Tints of Flamingo #E86456

Color information

#E86456 (or 0xE86456) is unknown color: approx Flamingo. HEX triplet: E8, 64 and 56. RGB value is (232,100,86). Sum of RGB (Red+Green+Blue) = 232+100+86=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E86456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86456 is #179BA9. Grayscale: #8A8A8A. Windows color (decimal): -1547178 or 5661928. OLE color: 5661928.

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

Color convert

RGB23210086-
CMYK00.570.630.09
HSL5.75º76.04%62.35%-
HSV(B)5.75º62.93%90.98%-
XYZ39.5226.9411.92-
YUV137.8798.73195.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.50%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=55.50%
G=23.92%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321008600.570.630.095.7576.0462.35
HexE864560393F964c3e
Octal3501441260717711611476
Binary1110100011001001010110011100111111110011101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86456; }

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

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

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

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

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

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

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

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