#E45545

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

Shades of Flamingo #E45545

Tints of Flamingo #E45545

Color information

#E45545 (or 0xE45545) is unknown color: approx Flamingo. HEX triplet: E4, 55 and 45. RGB value is (228,85,69). Sum of RGB (Red+Green+Blue) = 228+85+69=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E45545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45545 is #1BAABA. Grayscale: #7E7E7E. Windows color (decimal): -1813179 or 4543972. OLE color: 4543972.

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

Color convert

RGB2288569-
CMYK00.630.700.11
HSL6.04º74.65%58.24%-
HSV(B)6.04º69.74%89.41%-
XYZ36.3223.428.24-
YUV125.9395.88200.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.69%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=59.69%
G=22.25%
B=18.06%

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
Decimal228856900.630.700.116.0474.6558.24
HexE4554503F46B64b3a
Octal34412510507710613611372
Binary11100100101010110001010111111100011010111101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45545; }

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

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

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

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

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

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

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

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