#E76046

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

Shades of Flamingo #E76046

Tints of Flamingo #E76046

Color information

#E76046 (or 0xE76046) is unknown color: approx Flamingo. HEX triplet: E7, 60 and 46. RGB value is (231,96,70). Sum of RGB (Red+Green+Blue) = 231+96+70=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E76046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76046 is #189FB9. Grayscale: #858585. Windows color (decimal): -1613754 or 4612327. OLE color: 4612327.

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

Color convert

RGB2319670-
CMYK00.580.700.09
HSL9.69º77.03%59.02%-
HSV(B)9.69º69.7%90.59%-
XYZ38.2425.88.76-
YUV133.492.23197.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.19%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 70 (27.73% from 255) = 17.63%
R=58.19%
G=24.18%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231967000.580.700.099.6977.0359.02
HexE7604603A469a4d3b
Octal347140106072106111211573
Binary111001111100000100011001110101000110100110101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76046; }

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

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

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

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

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

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

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

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