#E46956

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

Shades of Flamingo #E46956

Tints of Flamingo #E46956

Color information

#E46956 (or 0xE46956) is unknown color: approx Flamingo. HEX triplet: E4, 69 and 56. RGB value is (228,105,86). Sum of RGB (Red+Green+Blue) = 228+105+86=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E46956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46956 is #1B96A9. Grayscale: #8B8B8B. Windows color (decimal): -1808042 or 5663204. OLE color: 5663204.

HSL color Cylindrical-coordinate representation of color #E46956: hue angle of 8.03º 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 #E46956 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22810586-
CMYK00.540.620.11
HSL8.03º72.45%61.57%-
HSV(B)8.03º62.28%89.41%-
XYZ38.7327.2712.03-
YUV139.6197.75191.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.42%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=54.42%
G=25.06%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281058600.540.620.118.0372.4561.57
HexE469560363EB8483e
Octal34415112606676131011076
Binary11100100110100110101100110110111110101110001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46956; }

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

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

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

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

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

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

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

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