#e56158

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

Shades of Flamingo #E56158

Tints of Flamingo #E56158

Color information

#E56158 (or 0xE56158) is unknown color: approx Flamingo. HEX triplet: E5, 61 and 58. RGB value is (229,97,88). Sum of RGB (Red+Green+Blue) = 229+97+88=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E56158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56158 is #1A9EA7. Grayscale: #878787. Windows color (decimal): -1744552 or 5792229. OLE color: 5792229.

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

Color convert

RGB2299788-
CMYK00.580.620.10
HSL3.83º73.06%62.16%-
HSV(B)3.83º61.57%89.8%-
XYZ38.3525.9112.21-
YUV135.44101.23194.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.31%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=55.31%
G=23.43%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229978800.580.620.103.8373.0662.16
HexE5615803A3EA4493e
Octal3451411300727612411176
Binary1110010111000011011000011101011111010101001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e56158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e56158; }

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

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

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

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

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

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

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

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