#e45d53

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

Shades of Flamingo #E45D53

Tints of Flamingo #E45D53

Color information

#E45D53 (or 0xE45D53) is unknown color: approx Flamingo. HEX triplet: E4, 5D and 53. RGB value is (228,93,83). Sum of RGB (Red+Green+Blue) = 228+93+83=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45D53 is #1BA2AC. Grayscale: #848484. Windows color (decimal): -1811117 or 5463524. OLE color: 5463524.

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

Color convert

RGB2289383-
CMYK00.590.640.11
HSL4.14º72.86%60.98%-
HSV(B)4.14º63.6%89.41%-
XYZ37.4724.9511.02-
YUV132.22100.23196.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.44%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 83 (32.81% from 255) = 20.54%
R=56.44%
G=23.02%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228938300.590.640.114.1472.8660.98
HexE45D5303B40B4493d
Octal34413512307310013411175
Binary11100100101110110100110111011100000010111001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45d53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45d53; }

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

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

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

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

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

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

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

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