#E76346

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

Shades of Flamingo #E76346

Tints of Flamingo #E76346

Color information

#E76346 (or 0xE76346) is unknown color: approx Flamingo. HEX triplet: E7, 63 and 46. RGB value is (231,99,70). Sum of RGB (Red+Green+Blue) = 231+99+70=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E76346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76346 is #189CB9. Grayscale: #878787. Windows color (decimal): -1612986 or 4613095. OLE color: 4613095.

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

Color convert

RGB2319970-
CMYK00.570.700.09
HSL10.81º77.03%59.02%-
HSV(B)10.81º69.7%90.59%-
XYZ38.5226.358.85-
YUV135.1691.23196.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.75%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=57.75%
G=24.75%
B=17.5%

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
Decimal231997000.570.700.0910.8177.0359.02
HexE76346039469b4d3b
Octal347143106071106111311573
Binary111001111100011100011001110011000110100110111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76346; }

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

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

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

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

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

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

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

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