#E55E45

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

Shades of Flamingo #E55E45

Tints of Flamingo #E55E45

Color information

#E55E45 (or 0xE55E45) is unknown color: approx Flamingo. HEX triplet: E5, 5E and 45. RGB value is (229,94,69). Sum of RGB (Red+Green+Blue) = 229+94+69=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55E45 is #1AA1BA. Grayscale: #838383. Windows color (decimal): -1745339 or 4546277. OLE color: 4546277.

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

Color convert

RGB2299469-
CMYK00.590.700.10
HSL9.38º75.47%58.43%-
HSV(B)9.38º69.87%89.8%-
XYZ37.3925.098.5-
YUV131.5292.73197.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.42%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=58.42%
G=23.98%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229946900.590.700.109.3875.4758.43
HexE55E4503B46A94b3a
Octal345136105073106121111372
Binary111001011011110100010101110111000110101010011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E45; }

 p { color: rgb(229,94,69); }

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

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

 a { background-color: rgb(229,94,69); }

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

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

 span { border-color: rgb(229,94,69); }

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