#E55A48

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

Shades of Flamingo #E55A48

Tints of Flamingo #E55A48

Color information

#E55A48 (or 0xE55A48) is unknown color: approx Flamingo. HEX triplet: E5, 5A and 48. RGB value is (229,90,72). Sum of RGB (Red+Green+Blue) = 229+90+72=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A48 is #1AA5B7. Grayscale: #818181. Windows color (decimal): -1746360 or 4741861. OLE color: 4741861.

HSL color Cylindrical-coordinate representation of color #E55A48: hue angle of 6.88º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E55A48 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB2299072-
CMYK00.610.690.10
HSL6.88º75.12%59.02%-
HSV(B)6.88º68.56%89.8%-
XYZ37.1424.448.89-
YUV129.5195.55198.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.57%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=58.57%
G=23.02%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229907200.610.690.106.8875.1259.02
HexE55A4803D45A74b3b
Octal34513211007510512711373
Binary11100101101101010010000111101100010110101111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55A48; }

 p { color: rgb(229,90,72); }

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

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

 a { background-color: rgb(229,90,72); }

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

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

 span { border-color: rgb(229,90,72); }

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