#E76445

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

Shades of Flamingo #E76445

Tints of Flamingo #E76445

Color information

#E76445 (or 0xE76445) is unknown color: approx Flamingo. HEX triplet: E7, 64 and 45. RGB value is (231,100,69). Sum of RGB (Red+Green+Blue) = 231+100+69=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E76445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76445 is #189BBA. Grayscale: #878787. Windows color (decimal): -1612731 or 4547815. OLE color: 4547815.

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

Color convert

RGB23110069-
CMYK00.570.700.09
HSL11.48º77.14%58.82%-
HSV(B)11.48º70.13%90.59%-
XYZ38.5926.538.72-
YUV135.6490.4196.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.75%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=57.75%
G=25%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311006900.570.700.0911.4877.1458.82
HexE76445039469b4d3b
Octal347144105071106111311573
Binary111001111100100100010101110011000110100110111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76445; }

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

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

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

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

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

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

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

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