#E85A56

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

Shades of Flamingo #E85A56

Tints of Flamingo #E85A56

Color information

#E85A56 (or 0xE85A56) is unknown color: approx Flamingo. HEX triplet: E8, 5A and 56. RGB value is (232,90,86). Sum of RGB (Red+Green+Blue) = 232+90+86=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A56 is #17A5A9. Grayscale: #848484. Windows color (decimal): -1549738 or 5659368. OLE color: 5659368.

HSL color Cylindrical-coordinate representation of color #E85A56: hue angle of 1.64º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85A56 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB2329086-
CMYK00.610.630.09
HSL1.64º76.04%62.35%-
HSV(B)1.64º62.93%90.98%-
XYZ38.6125.1411.62-
YUV132102.04199.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 56.86%
GREEN value IS 90 (35.55% from 255) = 22.06%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=56.86%
G=22.06%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232908600.610.630.091.6476.0462.35
HexE85A5603D3F924c3e
Octal3501321260757711211476
Binary111010001011010101011001111011111111001101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85A56; }

 p { color: rgb(232,90,86); }

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

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

 a { background-color: rgb(232,90,86); }

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

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

 span { border-color: rgb(232,90,86); }

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