#E55C42

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

Shades of Flamingo #E55C42

Tints of Flamingo #E55C42

Color information

#E55C42 (or 0xE55C42) is unknown color: approx Flamingo. HEX triplet: E5, 5C and 42. RGB value is (229,92,66). Sum of RGB (Red+Green+Blue) = 229+92+66=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C42 is #1AA3BD. Grayscale: #828282. Windows color (decimal): -1745854 or 4349157. OLE color: 4349157.

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

Color convert

RGB2299266-
CMYK00.600.710.10
HSL9.57º75.81%57.84%-
HSV(B)9.57º71.18%89.8%-
XYZ37.1224.717.97-
YUV13091.89198.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.17%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=59.17%
G=23.77%
B=17.05%

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
Decimal229926600.600.710.109.5775.8157.84
HexE55C4203C47Aa4c3a
Octal345134102074107121211472
Binary111001011011100100001001111001000111101010101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55C42; }

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

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

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

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

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

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

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

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