#E76145

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

Shades of Flamingo #E76145

Tints of Flamingo #E76145

Color information

#E76145 (or 0xE76145) is unknown color: approx Flamingo. HEX triplet: E7, 61 and 45. RGB value is (231,97,69). Sum of RGB (Red+Green+Blue) = 231+97+69=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E76145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76145 is #189EBA. Grayscale: #868686. Windows color (decimal): -1613499 or 4547047. OLE color: 4547047.

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

Color convert

RGB2319769-
CMYK00.580.700.09
HSL10.37º77.14%58.82%-
HSV(B)10.37º70.13%90.59%-
XYZ38.325.978.62-
YUV133.8791.39197.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.19%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=58.19%
G=24.43%
B=17.38%

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
Decimal231976900.580.700.0910.3777.1458.82
HexE7614503A469a4d3b
Octal347141105072106111211573
Binary111001111100001100010101110101000110100110101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76145; }

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

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

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

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

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

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

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

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