#E46056

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

Shades of Flamingo #E46056

Tints of Flamingo #E46056

Color information

#E46056 (or 0xE46056) is unknown color: approx Flamingo. HEX triplet: E4, 60 and 56. RGB value is (228,96,86). Sum of RGB (Red+Green+Blue) = 228+96+86=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E46056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46056 is #1B9FA9. Grayscale: #868686. Windows color (decimal): -1810346 or 5660900. OLE color: 5660900.

HSL color Cylindrical-coordinate representation of color #E46056: hue angle of 4.23º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E46056 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2289686-
CMYK00.580.620.11
HSL4.23º72.45%61.57%-
HSV(B)4.23º62.28%89.41%-
XYZ37.8625.5311.74-
YUV134.33100.73194.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.61%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=55.61%
G=23.41%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228968600.580.620.114.2372.4561.57
HexE4605603A3EB4483e
Octal3441401260727613411076
Binary1110010011000001010110011101011111010111001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46056; }

 p { color: rgb(228,96,86); }

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

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

 a { background-color: rgb(228,96,86); }

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

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

 span { border-color: rgb(228,96,86); }

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