#E96456

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

Shades of Flamingo #E96456

Tints of Flamingo #E96456

Color information

#E96456 (or 0xE96456) is unknown color: approx Flamingo. HEX triplet: E9, 64 and 56. RGB value is (233,100,86). Sum of RGB (Red+Green+Blue) = 233+100+86=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E96456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96456 is #169BA9. Grayscale: #8A8A8A. Windows color (decimal): -1481642 or 5661929. OLE color: 5661929.

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

Color convert

RGB23310086-
CMYK00.570.630.09
HSL5.71º76.96%62.55%-
HSV(B)5.71º63.09%91.37%-
XYZ39.8427.1111.94-
YUV138.1798.56195.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.61%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=55.61%
G=23.87%
B=20.53%

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
Decimal2331008600.570.630.095.7176.9662.55
HexE964560393F964d3f
Octal3511441260717711611577
Binary1110100111001001010110011100111111110011101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96456; }

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

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

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

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

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

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

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

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