#E96856

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

Shades of Flamingo #E96856

Tints of Flamingo #E96856

Color information

#E96856 (or 0xE96856) is unknown color: approx Flamingo. HEX triplet: E9, 68 and 56. RGB value is (233,104,86). Sum of RGB (Red+Green+Blue) = 233+104+86=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E96856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96856 is #1697A9. Grayscale: #8C8C8C. Windows color (decimal): -1480618 or 5662953. OLE color: 5662953.

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

Color convert

RGB23310486-
CMYK00.550.630.09
HSL7.35º76.96%62.55%-
HSV(B)7.35º63.09%91.37%-
XYZ40.2327.912.07-
YUV140.5297.24193.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.08%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=55.08%
G=24.59%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331048600.550.630.097.3576.9662.55
HexE968560373F974d3f
Octal3511501260677711711577
Binary1110100111010001010110011011111111110011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96856; }

 p { color: rgb(233,104,86); }

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

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

 a { background-color: rgb(233,104,86); }

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

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

 span { border-color: rgb(233,104,86); }

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