#E45948

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

Shades of Flamingo #E45948

Tints of Flamingo #E45948

Color information

#E45948 (or 0xE45948) is unknown color: approx Flamingo. HEX triplet: E4, 59 and 48. RGB value is (228,89,72). Sum of RGB (Red+Green+Blue) = 228+89+72=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E45948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45948 is #1BA6B7. Grayscale: #808080. Windows color (decimal): -1812152 or 4741604. OLE color: 4741604.

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

Color convert

RGB2288972-
CMYK00.610.680.11
HSL6.54º74.29%58.82%-
HSV(B)6.54º68.42%89.41%-
XYZ36.7424.118.85-
YUV128.6296.05198.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 58.61%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=58.61%
G=22.88%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228897200.610.680.116.5474.2958.82
HexE4594803D44B74a3b
Octal34413111007510413711273
Binary11100100101100110010000111101100010010111111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45948; }

 p { color: rgb(228,89,72); }

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

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

 a { background-color: rgb(228,89,72); }

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

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

 span { border-color: rgb(228,89,72); }

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