#E55840

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

Shades of Flamingo #E55840

Tints of Flamingo #E55840

Color information

#E55840 (or 0xE55840) is unknown color: approx Flamingo. HEX triplet: E5, 58 and 40. RGB value is (229,88,64). Sum of RGB (Red+Green+Blue) = 229+88+64=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E55840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55840 is #1AA7BF. Grayscale: #7F7F7F. Windows color (decimal): -1746880 or 4217061. OLE color: 4217061.

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

Color convert

RGB2298864-
CMYK00.620.720.10
HSL8.73º76.04%57.45%-
HSV(B)8.73º72.05%89.8%-
XYZ36.7324.017.55-
YUV127.4292.21200.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.10%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=60.10%
G=23.10%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229886400.620.720.108.7376.0457.45
HexE5584003E48A94c39
Octal345130100076110121111471
Binary111001011011000100000001111101001000101010011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55840; }

 p { color: rgb(229,88,64); }

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

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

 a { background-color: rgb(229,88,64); }

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

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

 span { border-color: rgb(229,88,64); }

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