#E76056

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

Shades of Flamingo #E76056

Tints of Flamingo #E76056

Color information

#E76056 (or 0xE76056) is unknown color: approx Flamingo. HEX triplet: E7, 60 and 56. RGB value is (231,96,86). Sum of RGB (Red+Green+Blue) = 231+96+86=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E76056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76056 is #189FA9. Grayscale: #878787. Windows color (decimal): -1613738 or 5660903. OLE color: 5660903.

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

Color convert

RGB2319686-
CMYK00.580.630.09
HSL4.14º75.13%62.16%-
HSV(B)4.14º62.77%90.59%-
XYZ38.8226.0311.78-
YUV135.22100.23196.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.93%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=55.93%
G=23.24%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231968600.580.630.094.1475.1362.16
HexE7605603A3F944b3e
Octal3471401260727711411376
Binary1110011111000001010110011101011111110011001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76056; }

 p { color: rgb(231,96,86); }

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

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

 a { background-color: rgb(231,96,86); }

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

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

 span { border-color: rgb(231,96,86); }

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