#E55C51

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

Shades of Flamingo #E55C51

Tints of Flamingo #E55C51

Color information

#E55C51 (or 0xE55C51) is unknown color: approx Flamingo. HEX triplet: E5, 5C and 51. RGB value is (229,92,81). Sum of RGB (Red+Green+Blue) = 229+92+81=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C51 is #1AA3AE. Grayscale: #838383. Windows color (decimal): -1745839 or 5332197. OLE color: 5332197.

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

Color convert

RGB2299281-
CMYK00.600.650.10
HSL4.46º74%60.78%-
HSV(B)4.46º64.63%89.8%-
XYZ37.6324.9110.61-
YUV131.7199.39197.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.97%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=56.97%
G=22.89%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229928100.600.650.104.467460.78
HexE55C5103C41A44a3d
Octal34513412107410112411275
Binary11100101101110010100010111100100000110101001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55C51; }

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

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

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

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

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

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

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

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