#E76149

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

Shades of Flamingo #E76149

Tints of Flamingo #E76149

Color information

#E76149 (or 0xE76149) is unknown color: approx Flamingo. HEX triplet: E7, 61 and 49. RGB value is (231,97,73). Sum of RGB (Red+Green+Blue) = 231+97+73=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E76149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76149 is #189EB6. Grayscale: #868686. Windows color (decimal): -1613495 or 4809191. OLE color: 4809191.

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

Color convert

RGB2319773-
CMYK00.580.680.09
HSL9.11º76.7%59.61%-
HSV(B)9.11º68.4%90.59%-
XYZ38.4326.029.3-
YUV134.3393.39196.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.61%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 73 (28.91% from 255) = 18.20%
R=57.61%
G=24.19%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231977300.580.680.099.1176.759.61
HexE7614903A44994d3c
Octal347141111072104111111574
Binary111001111100001100100101110101000100100110011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76149; }

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

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

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

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

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

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

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

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