#E55A42

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

Shades of Flamingo #E55A42

Tints of Flamingo #E55A42

Color information

#E55A42 (or 0xE55A42) is unknown color: approx Flamingo. HEX triplet: E5, 5A and 42. RGB value is (229,90,66). Sum of RGB (Red+Green+Blue) = 229+90+66=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A42 is #1AA5BD. Grayscale: #818181. Windows color (decimal): -1746366 or 4348645. OLE color: 4348645.

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

Color convert

RGB2299066-
CMYK00.610.710.10
HSL8.83º75.81%57.84%-
HSV(B)8.83º71.18%89.8%-
XYZ36.9524.367.91-
YUV128.8292.55199.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.48%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=59.48%
G=23.38%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229906600.610.710.108.8375.8157.84
HexE55A4203D47A94c3a
Octal345132102075107121111472
Binary111001011011010100001001111011000111101010011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55A42; }

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

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

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

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

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

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

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

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