#E85656

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

Shades of Flamingo #E85656

Tints of Flamingo #E85656

Color information

#E85656 (or 0xE85656) is unknown color: approx Flamingo. HEX triplet: E8, 56 and 56. RGB value is (232,86,86). Sum of RGB (Red+Green+Blue) = 232+86+86=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E85656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85656 is #17A9A9. Grayscale: #818181. Windows color (decimal): -1550762 or 5658344. OLE color: 5658344.

HSL color Cylindrical-coordinate representation of color #E85656: hue angle of 0º 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 #E85656 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB2328686-
CMYK00.630.630.09
HSL76.04%62.35%-
HSV(B)62.93%90.98%-
XYZ38.2924.4811.51-
YUV129.65103.37201-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.43%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=57.43%
G=21.29%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232868600.630.630.09076.0462.35
HexE8565603F3F904c3e
Octal3501261260777711011476
Binary11101000101011010101100111111111111100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85656; }

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

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

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

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

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

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

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

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