#E46A48

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

Shades of Flamingo #E46A48

Tints of Flamingo #E46A48

Color information

#E46A48 (or 0xE46A48) is unknown color: approx Flamingo. HEX triplet: E4, 6A and 48. RGB value is (228,106,72). Sum of RGB (Red+Green+Blue) = 228+106+72=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46A48 is #1B95B7. Grayscale: #8A8A8A. Windows color (decimal): -1807800 or 4745956. OLE color: 4745956.

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

Color convert

RGB22810672-
CMYK00.540.680.11
HSL13.08º74.29%58.82%-
HSV(B)13.08º68.42%89.41%-
XYZ38.3227.279.37-
YUV138.690.42191.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.16%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=56.16%
G=26.11%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281067200.540.680.1113.0874.2958.82
HexE46A4803644Bd4a3b
Octal344152110066104131511273
Binary111001001101010100100001101101000100101111011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46A48; }

 p { color: rgb(228,106,72); }

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

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

 a { background-color: rgb(228,106,72); }

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

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

 span { border-color: rgb(228,106,72); }

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