#E46A51

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

Shades of Flamingo #E46A51

Tints of Flamingo #E46A51

Color information

#E46A51 (or 0xE46A51) is unknown color: approx Flamingo. HEX triplet: E4, 6A and 51. RGB value is (228,106,81). Sum of RGB (Red+Green+Blue) = 228+106+81=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A51 is #1B95AE. Grayscale: #8B8B8B. Windows color (decimal): -1807791 or 5335780. OLE color: 5335780.

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

Color convert

RGB22810681-
CMYK00.540.640.11
HSL10.2º73.13%60.59%-
HSV(B)10.2º64.47%89.41%-
XYZ38.6327.411.04-
YUV139.6394.92191.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.94%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 81 (32.03% from 255) = 19.52%
R=54.94%
G=25.54%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281068100.540.640.1110.273.1360.59
HexE46A5103640Ba493d
Octal344152121066100131211175
Binary111001001101010101000101101101000000101110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46A51; }

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

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

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

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

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

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

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

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