#E76146

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

Shades of Flamingo #E76146

Tints of Flamingo #E76146

Color information

#E76146 (or 0xE76146) is unknown color: approx Flamingo. HEX triplet: E7, 61 and 46. RGB value is (231,97,70). Sum of RGB (Red+Green+Blue) = 231+97+70=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E76146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76146 is #189EB9. Grayscale: #868686. Windows color (decimal): -1613498 or 4612583. OLE color: 4612583.

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

Color convert

RGB2319770-
CMYK00.580.700.09
HSL10.06º77.03%59.02%-
HSV(B)10.06º69.7%90.59%-
XYZ38.3425.988.79-
YUV133.9991.89197.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.04%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 70 (27.73% from 255) = 17.59%
R=58.04%
G=24.37%
B=17.59%

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
Decimal231977000.580.700.0910.0677.0359.02
HexE7614603A469a4d3b
Octal347141106072106111211573
Binary111001111100001100011001110101000110100110101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76146; }

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

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

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

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

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

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

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

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