#E55D48

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

Shades of Flamingo #E55D48

Tints of Flamingo #E55D48

Color information

#E55D48 (or 0xE55D48) is unknown color: approx Flamingo. HEX triplet: E5, 5D and 48. RGB value is (229,93,72). Sum of RGB (Red+Green+Blue) = 229+93+72=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55D48 is #1AA2B7. Grayscale: #838383. Windows color (decimal): -1745592 or 4742629. OLE color: 4742629.

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

Color convert

RGB2299372-
CMYK00.590.690.10
HSL8.03º75.12%59.02%-
HSV(B)8.03º68.56%89.8%-
XYZ37.424.958.98-
YUV131.2794.56197.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.12%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=58.12%
G=23.60%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229937200.590.690.108.0375.1259.02
HexE55D4803B45A84b3b
Octal345135110073105121011373
Binary111001011011101100100001110111000101101010001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55D48; }

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

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

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

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

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

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

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

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