#e46347

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

Shades of Flamingo #E46347

Tints of Flamingo #E46347

Color information

#E46347 (or 0xE46347) is unknown color: approx Flamingo. HEX triplet: E4, 63 and 47. RGB value is (228,99,71). Sum of RGB (Red+Green+Blue) = 228+99+71=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E46347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46347 is #1B9CB8. Grayscale: #868686. Windows color (decimal): -1809593 or 4678628. OLE color: 4678628.

HSL color Cylindrical-coordinate representation of color #E46347: hue angle of 10.7º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E46347 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB2289971-
CMYK00.570.690.11
HSL10.7º74.41%58.63%-
HSV(B)10.7º68.86%89.41%-
XYZ37.5925.878.97-
YUV134.3892.24194.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.29%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 71 (28.12% from 255) = 17.84%
R=57.29%
G=24.87%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228997100.570.690.1110.774.4158.63
HexE4634703945Bb4a3b
Octal344143107071105131311273
Binary111001001100011100011101110011000101101110111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e46347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e46347; }

 p { color: rgb(228,99,71); }

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

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

 a { background-color: rgb(228,99,71); }

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

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

 span { border-color: rgb(228,99,71); }

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