#E55B42

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

Shades of Flamingo #E55B42

Tints of Flamingo #E55B42

Color information

#E55B42 (or 0xE55B42) is unknown color: approx Flamingo. HEX triplet: E5, 5B and 42. RGB value is (229,91,66). Sum of RGB (Red+Green+Blue) = 229+91+66=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55B42 is #1AA4BD. Grayscale: #818181. Windows color (decimal): -1746110 or 4348901. OLE color: 4348901.

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

Color convert

RGB2299166-
CMYK00.600.710.10
HSL9.2º75.81%57.84%-
HSV(B)9.2º71.18%89.8%-
XYZ37.0424.537.94-
YUV129.4192.22199.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.33%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 66 (26.17% from 255) = 17.10%
R=59.33%
G=23.58%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229916600.600.710.109.275.8157.84
HexE55B4203C47A94c3a
Octal345133102074107121111472
Binary111001011011011100001001111001000111101010011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55B42; }

 p { color: rgb(229,91,66); }

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

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

 a { background-color: rgb(229,91,66); }

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

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

 span { border-color: rgb(229,91,66); }

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