#E45445

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

Shades of Flamingo #E45445

Tints of Flamingo #E45445

Color information

#E45445 (or 0xE45445) is unknown color: approx Flamingo. HEX triplet: E4, 54 and 45. RGB value is (228,84,69). Sum of RGB (Red+Green+Blue) = 228+84+69=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E45445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45445 is #1BABBA. Grayscale: #7D7D7D. Windows color (decimal): -1813435 or 4543716. OLE color: 4543716.

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

Color convert

RGB2288469-
CMYK00.630.700.11
HSL5.66º74.65%58.24%-
HSV(B)5.66º69.74%89.41%-
XYZ36.2423.268.21-
YUV125.3596.21201.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.84%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=59.84%
G=22.05%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228846900.630.700.115.6674.6558.24
HexE4544503F46B64b3a
Octal34412410507710613611372
Binary11100100101010010001010111111100011010111101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45445; }

 p { color: rgb(228,84,69); }

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

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

 a { background-color: rgb(228,84,69); }

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

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

 span { border-color: rgb(228,84,69); }

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