#E46155

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

Shades of Flamingo #E46155

Tints of Flamingo #E46155

Color information

#E46155 (or 0xE46155) is unknown color: approx Flamingo. HEX triplet: E4, 61 and 55. RGB value is (228,97,85). Sum of RGB (Red+Green+Blue) = 228+97+85=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E46155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46155 is #1B9EAA. Grayscale: #868686. Windows color (decimal): -1810091 or 5595620. OLE color: 5595620.

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

Color convert

RGB2289785-
CMYK00.570.630.11
HSL5.03º72.59%61.37%-
HSV(B)5.03º62.72%89.41%-
XYZ37.9125.711.56-
YUV134.899.9194.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.61%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=55.61%
G=23.66%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228978500.570.630.115.0372.5961.37
HexE461550393FB5493d
Octal3441411250717713511175
Binary1110010011000011010101011100111111110111011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46155; }

 p { color: rgb(228,97,85); }

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

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

 a { background-color: rgb(228,97,85); }

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

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

 span { border-color: rgb(228,97,85); }

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