#E76144

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

Shades of Flamingo #E76144

Tints of Flamingo #E76144

Color information

#E76144 (or 0xE76144) is unknown color: approx Flamingo. HEX triplet: E7, 61 and 44. RGB value is (231,97,68). Sum of RGB (Red+Green+Blue) = 231+97+68=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E76144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76144 is #189EBB. Grayscale: #868686. Windows color (decimal): -1613500 or 4481511. OLE color: 4481511.

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

Color convert

RGB2319768-
CMYK00.580.710.09
HSL10.67º77.25%58.63%-
HSV(B)10.67º70.56%90.59%-
XYZ38.2725.968.46-
YUV133.7690.89197.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.33%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 68 (26.95% from 255) = 17.17%
R=58.33%
G=24.49%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231976800.580.710.0910.6777.2558.63
HexE7614403A479b4d3b
Octal347141104072107111311573
Binary111001111100001100010001110101000111100110111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76144; }

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

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

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

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

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

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

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

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