#e5654c

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

Shades of Flamingo #E5654C

Tints of Flamingo #E5654C

Color information

#E5654C (or 0xE5654C) is unknown color: approx Flamingo. HEX triplet: E5, 65 and 4C. RGB value is (229,101,76). Sum of RGB (Red+Green+Blue) = 229+101+76=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5654C is #1A9AB3. Grayscale: #888888. Windows color (decimal): -1743540 or 5006821. OLE color: 5006821.

HSL color Cylindrical-coordinate representation of color #E5654C: hue angle of 9.8º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5654C is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB22910176-
CMYK00.560.670.10
HSL9.8º74.63%59.8%-
HSV(B)9.8º66.81%89.8%-
XYZ38.2726.499.93-
YUV136.4293.91194.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.40%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=56.40%
G=24.88%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291017600.560.670.109.874.6359.8
HexE5654C03843Aa4b3c
Octal345145114070103121211374
Binary111001011100101100110001110001000011101010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5654c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5654c; }

 p { color: rgb(229,101,76); }

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

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

 a { background-color: rgb(229,101,76); }

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

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

 span { border-color: rgb(229,101,76); }

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