#E55F3F

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

Shades of Flamingo #E55F3F

Tints of Flamingo #E55F3F

Color information

#E55F3F (or 0xE55F3F) is unknown color: approx Flamingo. HEX triplet: E5, 5F and 3F. RGB value is (229,95,63). Sum of RGB (Red+Green+Blue) = 229+95+63=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55F3F is #1AA0C0. Grayscale: #838383. Windows color (decimal): -1745089 or 4153317. OLE color: 4153317.

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

Color convert

RGB2299563-
CMYK00.590.720.10
HSL11.57º76.15%57.25%-
HSV(B)11.57º72.49%89.8%-
XYZ37.325.27.6-
YUV131.4289.39197.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.17%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 63 (25% from 255) = 16.28%
R=59.17%
G=24.55%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229956300.590.720.1011.5776.1557.25
HexE55F3F03B48Ac4c39
Octal34513777073110121411471
Binary11100101101111111111101110111001000101011001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55F3F; }

 p { color: rgb(229,95,63); }

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

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

 a { background-color: rgb(229,95,63); }

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

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

 span { border-color: rgb(229,95,63); }

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