#E45D49

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

Shades of Flamingo #E45D49

Tints of Flamingo #E45D49

Color information

#E45D49 (or 0xE45D49) is unknown color: approx Flamingo. HEX triplet: E4, 5D and 49. RGB value is (228,93,73). Sum of RGB (Red+Green+Blue) = 228+93+73=394 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.87% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45D49 is #1BA2B6. Grayscale: #838383. Windows color (decimal): -1811127 or 4808164. OLE color: 4808164.

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

Color convert

RGB2289373-
CMYK00.590.680.11
HSL7.74º74.16%59.02%-
HSV(B)7.74º67.98%89.41%-
XYZ37.1124.89.13-
YUV131.0895.23197.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.87%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=57.87%
G=23.60%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228937300.590.680.117.7474.1659.02
HexE45D4903B44B84a3b
Octal344135111073104131011273
Binary111001001011101100100101110111000100101110001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45D49; }

 p { color: rgb(228,93,73); }

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

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

 a { background-color: rgb(228,93,73); }

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

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

 span { border-color: rgb(228,93,73); }

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